Commit Graph

8 Commits

Author SHA1 Message Date
knative-automation dfa63c15d1
upgrade to latest dependencies (#394)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-23 18:30:36 -08:00
knative-automation ee88f74454
upgrade to latest dependencies (#385)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-13 10:29:01 -08:00
Matt Moore f37af9a1ef
upgrade to latest dependencies (#352)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-06 09:08:21 -07:00
Matt Moore 2825854d52
[master] Auto-update dependencies (#287)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-15 12:06:33 -07:00
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore 6345caf6fe
[master] Auto-update dependencies (#262)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-30 09:03:43 -07:00
Matt Moore 191bdc53f9 Update pkg and opencensus dep. (#56) 2019-07-17 15:30:28 -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