Commit Graph

4 Commits

Author SHA1 Message Date
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
knative-automation 7a5afaeb6c
upgrade to latest dependencies (#476)
bumping knative.dev/pkg 980a337...47dfdcf:
  > 47dfdcf consolidate k8s flags to an environment package (# 2133)
  > 6484377 update boilerplate date (# 2134)
  > 35916ab Update actions (# 2132)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-31 00:36:33 -07:00
Matt Moore 36171c8542 Auto-update dependencies (#177)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-08 07:18:53 -08: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