Commit Graph

9 Commits

Author SHA1 Message Date
Knative Automation b42b259a7e
upgrade to latest dependencies (#877)
bumping knative.dev/pkg 8535fcc...3f6a546:
  > 3f6a546 Fix rand source in name (# 3070)
  > ee1db86 Update linter config and address lint warnings/failures (# 3068)
  > 26bc7b4 Register AuthenticatableType in schema (# 3069)

Signed-off-by: Knative Automation <automation@knative.team>
2024-06-26 23:36:42 +00:00
knative-automation db0a0f9f64
upgrade to latest dependencies (#710)
bumping knative.dev/hack 7233e77...b9801b4:
  > b9801b4 Update community files (# 260)
bumping knative.dev/pkg 05b694e...4fd6eb8:
  > 4fd6eb8 make ChildName produce valid names (# 2660)
  > 911b435 Update community files (# 2661)
  > f4eb778 upgrade to latest dependencies (# 2658)
  > 9e943fa Removal of Tekton downstream tests (# 2654)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-12-22 13:35:58 +00:00
Matt Moore c5ce5c5965
upgrade to latest dependencies (#363)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-20 20:46:18 -07:00
Zhimin Xiang a6b8bbd699
Pin deps to release-0.18 (#341) 2020-09-22 10:35:40 -07:00
Matt Moore 0731b295e8 Auto-update dependencies (#166)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2019-12-24 09:54:26 -08:00
Matt Moore efe31127a8 Auto-update dependencies (#155)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-12-09 08:15:45 -08:00
mattmoor-sockpuppet a75c7402a9 Auto-update dependencies (#66)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign @mattmoor
2019-08-05 07:16:55 -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