Skip to content

Commit 4ea88c1

Browse files
Bump github.com/google/go-containerregistry from 0.20.1 to 0.21.5
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.1 to 0.21.5. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.20.1...v0.21.5) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0ec0f1 commit 4ea88c1

File tree

187 files changed

+11914
-57907
lines changed

Some content is hidden

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

187 files changed

+11914
-57907
lines changed

go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim
22

3-
go 1.24.0
3+
go 1.25.0
44

55
// protobuf/gRPC/ttrpc generation
66
tool (
@@ -42,7 +42,7 @@ require (
4242
github.com/containerd/ttrpc v1.2.7
4343
github.com/containerd/typeurl/v2 v2.2.3
4444
github.com/google/go-cmp v0.7.0
45-
github.com/google/go-containerregistry v0.20.1
45+
github.com/google/go-containerregistry v0.21.5
4646
github.com/google/uuid v1.6.0
4747
github.com/linuxkit/virtsock v0.0.0-20241009230534-cb6a20cc0422
4848
github.com/mattn/go-shellwords v1.0.12
@@ -54,17 +54,17 @@ require (
5454
github.com/pelletier/go-toml v1.9.5
5555
github.com/pkg/errors v0.9.1
5656
github.com/samber/lo v1.52.0
57-
github.com/sirupsen/logrus v1.9.3
57+
github.com/sirupsen/logrus v1.9.4
5858
github.com/urfave/cli v1.22.16
5959
github.com/urfave/cli/v2 v2.27.6
6060
github.com/vishvananda/netlink v1.3.1
6161
github.com/vishvananda/netns v0.0.5
6262
go.etcd.io/bbolt v1.4.0
6363
go.opencensus.io v0.24.0
6464
go.uber.org/mock v0.6.0
65-
golang.org/x/net v0.48.0
66-
golang.org/x/sync v0.19.0
67-
golang.org/x/sys v0.40.0
65+
golang.org/x/net v0.53.0
66+
golang.org/x/sync v0.20.0
67+
golang.org/x/sys v0.43.0
6868
google.golang.org/grpc v1.79.3
6969
google.golang.org/protobuf v1.36.10
7070
)
@@ -81,14 +81,13 @@ require (
8181
github.com/containerd/continuity v0.4.5 // indirect
8282
github.com/containerd/fifo v1.1.0 // indirect
8383
github.com/containerd/protobuild v0.3.0 // indirect
84-
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
84+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
8585
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
86-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
86+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
8787
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
8888
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
89-
github.com/docker/cli v29.2.0+incompatible // indirect
90-
github.com/docker/distribution v2.8.3+incompatible // indirect
91-
github.com/docker/docker-credential-helpers v0.7.0 // indirect
89+
github.com/docker/cli v29.4.0+incompatible // indirect
90+
github.com/docker/docker-credential-helpers v0.9.3 // indirect
9291
github.com/docker/go-units v0.5.0 // indirect
9392
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
9493
github.com/go-ini/ini v1.67.0 // indirect
@@ -102,7 +101,7 @@ require (
102101
github.com/golang/protobuf v1.5.4 // indirect
103102
github.com/gorilla/mux v1.8.1 // indirect
104103
github.com/josephspurrier/goversioninfo v1.5.0 // indirect
105-
github.com/klauspost/compress v1.18.0 // indirect
104+
github.com/klauspost/compress v1.18.5 // indirect
106105
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
107106
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
108107
github.com/lestrrat-go/httpcc v1.0.1 // indirect
@@ -128,7 +127,7 @@ require (
128127
github.com/russross/blackfriday/v2 v2.1.0 // indirect
129128
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
130129
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
131-
github.com/vbatts/tar-split v0.11.5 // indirect
130+
github.com/vbatts/tar-split v0.12.2 // indirect
132131
github.com/veraison/go-cose v1.1.0 // indirect
133132
github.com/x448/float16 v0.8.4 // indirect
134133
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -140,10 +139,10 @@ require (
140139
go.opentelemetry.io/otel/metric v1.40.0 // indirect
141140
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
142141
go.opentelemetry.io/otel/trace v1.40.0 // indirect
143-
golang.org/x/crypto v0.46.0 // indirect
144-
golang.org/x/mod v0.30.0 // indirect
145-
golang.org/x/text v0.32.0 // indirect
146-
golang.org/x/tools v0.39.0 // indirect
142+
golang.org/x/crypto v0.50.0 // indirect
143+
golang.org/x/mod v0.35.0 // indirect
144+
golang.org/x/text v0.36.0 // indirect
145+
golang.org/x/tools v0.44.0 // indirect
147146
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
148147
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
149148
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 32 additions & 33 deletions
Large diffs are not rendered by default.

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

Lines changed: 93 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)