knative-automation
|
24eb330a0b
|
upgrade to latest dependencies (#545)
bumping knative.dev/hack 815cd31...8687668:
> 8687668 [# 50] Add error message when Bash < 4 (# 79)
> 8d79600 Fixes # 81 (# 82)
> 51582ce fix misspelling functionallity -> functionality (# 78)
> 675e1fd Correctly specify the user when creating clusterrolebinding for kind (# 80)
bumping knative.dev/pkg fa2f8f1...a5bb759:
> a5bb759 upgrade to latest dependencies (# 2314)
> e61a20d Update actions (# 2313)
> 0e24b49 Format go code (# 2312)
Signed-off-by: Knative Automation <automation@knative.team>
|
2021-10-18 00:16:26 -07:00 |
Matt Moore
|
7fcc1941cc
|
upgrade to latest dependencies (#353)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
|
2020-10-06 20:38:21 -07:00 |
Matt Moore
|
1dd26e7d03
|
Migrate caching to go mod (#258)
|
2020-04-27 14:35:51 -07:00 |
mattmoor-sockpuppet
|
cbe51777e2
|
Auto-update dependencies (#106)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
|
2019-09-23 07:19:14 -07:00 |
mattmoor-sockpuppet
|
70927bec9a
|
Auto-update dependencies (#104)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
|
2019-09-19 07:38:00 -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 |