Skip to content

Commit

Permalink
Update to latest knative.dev/pkg
Browse files Browse the repository at this point in the history
This pulls in some code-generation changes, and I wanted to make sure it didn't break Tekton.

/kind cleanup
  • Loading branch information
mattmoor authored and tekton-robot committed Aug 18, 2021
1 parent ef81019 commit 67b318b
Show file tree
Hide file tree
Showing 107 changed files with 19,447 additions and 779 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.4.1-0.20210128200529-19c2b639fab1
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20210129212729-5c4818de4025
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.5.3 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/golang-lru v0.5.4
Expand All @@ -35,7 +35,7 @@ require (
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
knative.dev/pkg v0.0.0-20210730172132-bb4aaf09c430
knative.dev/pkg v0.0.0-20210818135208-7b5ecbc0e477
)

// Knative deps (release-0.20)
Expand Down
37 changes: 21 additions & 16 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 67b318b

Please sign in to comment.