Commit Graph

6 Commits

Author SHA1 Message Date
knative-automation 0643a27080
upgrade to latest dependencies (#460)
bumping knative.dev/pkg 78b8140...2a0fc65:
  > 2a0fc65 Make VolatileTime compatible with controller-gen (# 2104)
bumping knative.dev/hack b5f6e25...88c69cd:
  > 88c69cd Add debug info for release.sh to investigate https://knative.slack.com/archives/CA1DTGZ2N/p1619160369065000 (# 66)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-26 06:19:42 -07:00
Matt Moore 72860523f3
[master] Auto-update dependencies (#299)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-31 09:35:01 -07:00
Matt Moore f41f931e59
[master] Auto-update dependencies (#270)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-11 09:08:47 -07:00
Matt Moore 0fc39123e1 Auto-update dependencies (#128)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-13 17:19:29 -08:00
mattmoor-sockpuppet 194ab54362 Auto-update dependencies (#50)
Produced via:
  `dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-12 07:23:37 -07:00
Matt Moore aa9bd3961c Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```

`Gopkg.toml`:
 - github.com/knative/pkg -> knative.dev/pkg
  - release-0.7 -> master

`./hack/update-codegen.sh`:
 - github.com/knative/pkg -> knative.dev/pkg

```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00