File tree Expand file tree Collapse file tree
github.com/google/go-containerregistry/pkg/v1/remote/transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/shipwright-io/cli
33go 1.25.6
44
55require (
6- github.com/google/go-containerregistry v0.21.1
6+ github.com/google/go-containerregistry v0.21.2
77 github.com/onsi/gomega v1.39.1
88 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
99 github.com/schollz/progressbar/v3 v3.19.0
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
235235github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
236236github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
237237github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
238- github.com/google/go-containerregistry v0.21.1 h1:sOt/o9BS2b87FnR7wxXPvRKU1XVJn2QCwOS5g8zQXlc =
239- github.com/google/go-containerregistry v0.21.1 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
238+ github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9DBBbvusTW9NeS0 =
239+ github.com/google/go-containerregistry v0.21.2 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
240240github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
241241github.com/google/martian v2.1.0+incompatible /go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs =
242242github.com/google/martian/v3 v3.0.0 /go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0 =
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ github.com/google/go-cmp/cmp/internal/diff
205205github.com/google/go-cmp/cmp/internal/flags
206206github.com/google/go-cmp/cmp/internal/function
207207github.com/google/go-cmp/cmp/internal/value
208- # github.com/google/go-containerregistry v0.21.1
208+ # github.com/google/go-containerregistry v0.21.2
209209## explicit; go 1.25.6
210210github.com/google/go-containerregistry/internal/and
211211github.com/google/go-containerregistry/internal/compression
You can’t perform that action at this time.
0 commit comments