Skip to content

Commit 542cd56

Browse files
authored
Bump dependencies (#1175)
1 parent 7a6ee45 commit 542cd56

File tree

73 files changed

+1043
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1043
-278
lines changed

Diff for: go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.14
44

55
require (
66
cloud.google.com/go v0.97.0 // indirect
7-
github.com/Microsoft/go-winio v0.5.0 // indirect
7+
github.com/Microsoft/go-winio v0.5.1 // indirect
88
github.com/containerd/containerd v1.5.7 // indirect
9-
github.com/containerd/stargz-snapshotter/estargz v0.9.0
9+
github.com/containerd/stargz-snapshotter/estargz v0.10.0
1010
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
11-
github.com/docker/cli v20.10.9+incompatible
11+
github.com/docker/cli v20.10.10+incompatible
1212
github.com/docker/distribution v2.7.1+incompatible
1313
github.com/docker/docker v20.10.10+incompatible
1414
github.com/docker/docker-credential-helpers v0.6.4 // indirect
@@ -19,11 +19,11 @@ require (
1919
github.com/morikuni/aec v1.0.0 // indirect
2020
github.com/opencontainers/image-spec v1.0.2-0.20210730191737-8e42a01fb1b7
2121
github.com/spf13/cobra v1.2.1
22-
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect
23-
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
22+
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect
23+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
2424
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
25-
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
26-
google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect
27-
google.golang.org/grpc v1.41.0 // indirect
25+
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
26+
google.golang.org/genproto v0.0.0-20211111162719-482062a4217b // indirect
27+
google.golang.org/grpc v1.42.0 // indirect
2828
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2929
)

Diff for: go.sum

+19-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pkg/authn/k8schain/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.14
55
require (
66
github.com/google/go-containerregistry v0.5.2-0.20210609162550-f0ce2270b3b4
77
github.com/vdemeester/k8s-pkg-credentialprovider v1.21.0-1
8+
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
89
k8s.io/api v0.21.1
910
k8s.io/apimachinery v0.21.1
1011
k8s.io/client-go v0.21.1

0 commit comments

Comments
 (0)