Commit Graph

20 Commits

Author SHA1 Message Date
knative-automation 116224f358
upgrade to latest dependencies (#408)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-20 18:34:03 -08:00
knative-automation ee88f74454
upgrade to latest dependencies (#385)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-13 10:29:01 -08:00
Matt Moore b76849c954
upgrade to latest dependencies (#361)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-18 19:36:58 -07:00
Zhimin Xiang a6b8bbd699
Pin deps to release-0.18 (#341) 2020-09-22 10:35:40 -07:00
Matt Moore 58627457dc
K8s 1.18 libs (#328) 2020-09-11 08:32:01 -07:00
Matt Moore df290f8406
[master] Auto-update dependencies (#302)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-08-05 10:31:29 -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
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore f7d206ca4a
[master] Auto-update dependencies (#264)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-04 09:54:44 -07:00
Matt Moore 6345caf6fe
[master] Auto-update dependencies (#262)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-30 09:03:43 -07:00
Matt Moore 6bd9f38fb0
[master] Auto-update dependencies (#243)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-06 08:00:20 -07:00
Matt Moore b3e9ec7714
Auto-update dependencies (#227)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-09 08:59:31 -07:00
Matt Moore 2414dfe6c0
Auto-update dependencies (#213)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-26 06:54:51 -08:00
Matt Moore e111e2aca4 Auto-update dependencies (#188)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-23 08:18:24 -08:00
Matt Moore ca4e85213b Auto-update dependencies (#181)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-14 07:04:05 -08:00
Yanwei Guo f9189ebff3 update (#152) 2019-12-06 07:16:39 -08:00
Matt Moore 9075f22c2a Manually update knative.dev/pkg due to build errors. (#120) 2019-10-25 11:15:35 -07:00
mattmoor-sockpuppet 22a9e5ee16 Auto-update dependencies (#116)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-10-23 13:42:37 -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