Commit Graph

6 Commits

Author SHA1 Message Date
Knative Automation 52069666b5
upgrade to latest dependencies (#874)
bumping knative.dev/pkg 15e6cdf...339c22b:
  > 339c22b Add AuthenticatableType duck type (# 3056)

Signed-off-by: Knative Automation <automation@knative.team>
2024-06-19 19:24:17 +00:00
knative-automation e66a491977
upgrade to latest dependencies (#750)
bumping knative.dev/pkg db8a353...dfb4bf0:%0A  > dfb4bf0 Drop dynamic wrapper injection code generation (# 2742)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-18 17:29:13 +00:00
knative-automation 0bce38ac1c
upgrade to latest dependencies (#697)
bumping knative.dev/pkg 198b463...2f19491:
  > 2f19491 Feature: Implement Apply codegen. (# 2624)
  > 6eb8f18 Update community files (# 2626)
  > 5cbee02 Filter reactor FieldErrors on validation to only error-level alerts. (# 2611)
bumping knative.dev/hack 9d2ae47...566898d:
  > 566898d Update community files (# 242)

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

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-01 12:35:06 +00:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
mattmoor-sockpuppet 2032732871 Auto-update dependencies (#58)
Produced via:
  `dep ensure -update github.com/knative/test-infra knative.dev/pkg`
/assign @mattmoor
2019-07-19 07:08:29 -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