Commit Graph

14 Commits

Author SHA1 Message Date
Knative Automation 46bd851751
upgrade to latest dependencies (#876)
bumping knative.dev/pkg fc0720b...8535fcc:
  > 8535fcc gofumpt the repo (# 3067)

Signed-off-by: Knative Automation <automation@knative.team>
2024-06-25 18:48:06 +00:00
knative-automation e08a858772
upgrade to latest dependencies (#474)
bumping knative.dev/pkg ea766de...980a337:
  > 980a337 Fix revive related linting issues (# 2131)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 09:17:28 -07:00
knative-automation daa996f87c
upgrade to latest dependencies (#427)
bumping knative.dev/pkg 448ae65...84c98f3:
  > 84c98f3 remove reflector metrics (# 2020)
  > adbe77d Updates to the release process with 0.20 (# 1982)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-15 17:35:37 -08:00
knative-automation 1212288570
upgrade to latest dependencies (#426)
bumping knative.dev/pkg a02dcff...448ae65:
  > 448ae65 Metric unit fixes (# 2018)
  > e38bb89 Update common github actions (# 2017)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-14 19:02:44 -08:00
knative-automation cc50055c16
upgrade to latest dependencies (#395)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-24 17:51:34 -08:00
Matt Moore 58627457dc
K8s 1.18 libs (#328) 2020-09-11 08:32:01 -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
Matt Moore 5dcbd8b57e
Auto-update dependencies (#195)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-04 08:14:30 -08:00
Matt Moore 0fc39123e1 Auto-update dependencies (#128)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-13 17:19:29 -08:00
Matt Moore e93f1a11b7 Update our dependency on K8s libs to 1.15.3 (#101)
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support.

/hold
2019-09-18 13:49:54 -07:00
mattmoor-sockpuppet 41c23b2a46 Auto-update dependencies (#102)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-17 07:31:48 -07: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 55b45efbc4 Auto-update dependencies (#39)
Produced via:
  `dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-06-28 08:25:07 -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