Skip to content

Commit bd40ccd

Browse files
Bump github.com/google/go-containerregistry from 0.5.1 to 0.12.1 (#166)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.5.1 to 0.12.1. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.5.1...v0.12.1) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 651ff2c commit bd40ccd

File tree

367 files changed

+54435
-4074
lines changed

Some content is hidden

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

367 files changed

+54435
-4074
lines changed

go.mod

+18-15
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,51 @@ require (
66
github.com/avast/retry-go v3.0.0+incompatible
77
github.com/bunniesandbeatings/goerkin v0.1.4-beta
88
github.com/divideandconquer/go-merge v0.0.0-20160829212531-bc6b3a394b4e
9-
github.com/google/go-containerregistry v0.5.1
9+
github.com/google/go-containerregistry v0.12.1
1010
github.com/onsi/ginkgo v1.16.4
1111
github.com/onsi/gomega v1.20.1
12-
github.com/spf13/cobra v1.5.0
12+
github.com/spf13/cobra v1.6.0
1313
gopkg.in/yaml.v2 v2.4.0
1414
gopkg.in/yaml.v3 v3.0.1
1515
helm.sh/helm/v3 v3.10.3
1616
)
1717

1818
require (
1919
github.com/Masterminds/semver/v3 v3.1.1 // indirect
20-
github.com/containerd/stargz-snapshotter/estargz v0.4.1 // indirect
20+
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
2121
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
22-
github.com/docker/cli v20.10.17+incompatible // indirect
22+
github.com/docker/cli v20.10.20+incompatible // indirect
2323
github.com/docker/distribution v2.8.1+incompatible // indirect
24-
github.com/docker/docker v20.10.17+incompatible // indirect
25-
github.com/docker/docker-credential-helpers v0.6.4 // indirect
24+
github.com/docker/docker v20.10.20+incompatible // indirect
25+
github.com/docker/docker-credential-helpers v0.7.0 // indirect
2626
github.com/fsnotify/fsnotify v1.4.9 // indirect
2727
github.com/go-logr/logr v1.2.3 // indirect
2828
github.com/gogo/protobuf v1.3.2 // indirect
29-
github.com/google/go-cmp v0.5.8 // indirect
29+
github.com/google/go-cmp v0.5.9 // indirect
3030
github.com/google/gofuzz v1.2.0 // indirect
31-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
31+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
33+
github.com/klauspost/compress v1.15.11 // indirect
34+
github.com/kr/pretty v0.2.1 // indirect
3335
github.com/mitchellh/copystructure v1.2.0 // indirect
36+
github.com/mitchellh/go-homedir v1.1.0 // indirect
3437
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3538
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3639
github.com/modern-go/reflect2 v1.0.2 // indirect
3740
github.com/nxadm/tail v1.4.8 // indirect
3841
github.com/opencontainers/go-digest v1.0.0 // indirect
39-
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
42+
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
4043
github.com/pkg/errors v0.9.1 // indirect
41-
github.com/sirupsen/logrus v1.8.1 // indirect
44+
github.com/sirupsen/logrus v1.9.0 // indirect
4245
github.com/spf13/pflag v1.0.5 // indirect
46+
github.com/vbatts/tar-split v0.11.2 // indirect
4347
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
4448
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4549
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
46-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
47-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
48-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
49-
golang.org/x/text v0.3.7 // indirect
50-
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
50+
golang.org/x/net v0.1.0 // indirect
51+
golang.org/x/sync v0.1.0 // indirect
52+
golang.org/x/sys v0.1.0 // indirect
53+
golang.org/x/text v0.4.0 // indirect
5154
gopkg.in/inf.v0 v0.9.1 // indirect
5255
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5356
gotest.tools/v3 v3.4.0 // indirect

go.sum

+42-451
Large diffs are not rendered by default.

vendor/github.com/containerd/stargz-snapshotter/estargz/build.go

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

0 commit comments

Comments
 (0)