Commit Graph

20 Commits

Author SHA1 Message Date
knative-automation 7983fcd03d
upgrade to latest dependencies (#378)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-29 09:56:35 -07:00
Matt Moore ce0115afa0
upgrade to latest dependencies (#359)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-14 15:51:31 -07:00
Matt Moore 8bafccac22
upgrade to latest dependencies (#355)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-07 18:59:21 -07:00
Julian Friedman 60d18009af
Unpin deps following release (#347) 2020-10-01 06:34:30 -07:00
Matt Moore 7bd76ca7b6
[master] Auto-update dependencies (#337)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-09-21 10:47:50 -07:00
Matt Moore 58627457dc
K8s 1.18 libs (#328) 2020-09-11 08:32:01 -07:00
Matt Moore 445f83d76e
[master] Auto-update dependencies (#304)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-08-07 13:36:30 -07:00
Matt Moore ea602fec68
[master] Auto-update dependencies (#288)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-16 09:45:33 -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 987a2b12a9
[master] Auto-update dependencies (#260)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-28 09:29:51 -07:00
Yanwei Guo f9189ebff3 update (#152) 2019-12-06 07:16:39 -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 9075f22c2a Manually update knative.dev/pkg due to build errors. (#120) 2019-10-25 11:15:35 -07:00
mattmoor-sockpuppet 3f124e23c8 Auto-update dependencies (#100)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-16 07:20:40 -07:00
mattmoor-sockpuppet 21bff291f8 Auto-update dependencies (#98)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-12 08:24:33 -07:00
mattmoor-sockpuppet 14c30e6f2e Auto-update dependencies (#86)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-08-30 11:10:49 -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