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 |
Matt Moore
|
0bfd3042f0
|
[master] Auto-update dependencies (#273)
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
|
2020-05-14 09:06:00 -07:00 |
Matt Moore
|
13d271455c
|
Auto-update dependencies (#215)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
|
2020-02-28 15:54:51 -08:00 |
mattmoor-sockpuppet
|
759b5f051a
|
Auto-update dependencies (#97)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
|
2019-09-11 07:11:30 -07:00 |
mattmoor-sockpuppet
|
14c30e6f2e
|
Auto-update dependencies (#86)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
|
2019-08-30 11:10:49 -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 |