Skip to content

Commit

Permalink
Bump k8schain
Browse files Browse the repository at this point in the history
```
* use go 1.17 semantics in go.mod
go get -u github.com/google/go-containerregistry/pkg/authn/k8schain@main
* revert k8s upgade that breaks knative/pkg
* undo go 1.17 change in go.mod
./hack/update-deps.sh
```
  • Loading branch information
imjasonh authored and tekton-robot committed Jan 21, 2022
1 parent e752c2f commit adf0305
Show file tree
Hide file tree
Showing 952 changed files with 106,499 additions and 60,001 deletions.
31 changes: 22 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ go 1.16

require (
github.com/cloudevents/sdk-go/v2 v2.5.0
github.com/containerd/containerd v1.5.2
github.com/docker/cli v20.10.8+incompatible // indirect
github.com/docker/docker v20.10.8+incompatible // indirect
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
github.com/containerd/containerd v1.5.8
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.6.0
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20210918223331-0e8b581974dd
github.com/google/go-cmp v0.5.7
github.com/google/go-containerregistry v0.8.1-0.20220110151055-a61fd0a8e2bb
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220120151853-ac864e57b117
github.com/google/uuid v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
Expand All @@ -21,7 +18,6 @@ require (
github.com/pkg/errors v0.9.1
github.com/tektoncd/plumbing v0.0.0-20211012143332-c7cc43d9bc0c
go.opencensus.io v0.23.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gomodules.xyz/jsonpatch/v2 v2.2.0
Expand All @@ -30,6 +26,23 @@ require (
k8s.io/client-go v0.22.5
k8s.io/code-generator v0.22.5
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
k8s.io/kube-openapi v0.0.0-20220114203427-a0453230fd26
knative.dev/pkg v0.0.0-20220104185830-52e42b760b54
)

require (
cloud.google.com/go/compute v1.1.0 // indirect
github.com/Azure/azure-sdk-for-go v61.3.0+incompatible // indirect
github.com/aws/aws-sdk-go-v2/config v1.13.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.14.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.11.0 // indirect
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20220120123041-d22850aca581 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
k8s.io/klog/v2 v2.40.1 // indirect
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect
)
329 changes: 244 additions & 85 deletions go.sum

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions third_party/github.com/Azure/azure-sdk-for-go/LICENSE.txt

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

5 changes: 0 additions & 5 deletions third_party/github.com/Azure/azure-sdk-for-go/NOTICE

This file was deleted.

29 changes: 29 additions & 0 deletions third_party/github.com/Azure/azure-sdk-for-go/NOTICE.txt

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

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

File renamed without changes.
File renamed without changes.

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

202 changes: 202 additions & 0 deletions third_party/github.com/aws/aws-sdk-go-v2/internal/ini/LICENSE.txt

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

Loading

0 comments on commit adf0305

Please sign in to comment.