Matt Moore
|
9729e19dae
|
[master] Auto-update dependencies (#234)
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
|
2020-03-19 14:18:07 -07:00 |
Matt Moore
|
bf4eb73a18
|
Auto-update dependencies (#212)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
|
2020-02-25 09:11:51 -08:00 |
Matt Moore
|
926e84e7b9
|
Auto-update dependencies (#210)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
|
2020-02-21 06:58:07 -08:00 |
Matt Moore
|
9d84bba4b6
|
Auto-update dependencies (#209)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
|
2020-02-20 06:59:06 -08:00 |
Matt Moore
|
8165337c90
|
Auto-update dependencies (#174)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
|
2020-01-07 09:23:51 -08:00 |
mattmoor-sockpuppet
|
b22986eba8
|
Auto-update dependencies (#63)
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
|
2019-07-31 07:16:43 -07:00 |
mattmoor-sockpuppet
|
ce106ecb61
|
Auto-update dependencies (#59)
Produced via:
`dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
|
2019-07-28 11:03:05 -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 |