Skip to content

Commit 6a48e7a

Browse files
chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.30.0 to 5.33.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.30.0...v5.33.0) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdcb04e commit 6a48e7a

File tree

466 files changed

+28373
-5155
lines changed

Some content is hidden

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

466 files changed

+28373
-5155
lines changed

go.mod

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
module github.com/crazy-max/diun/v4
22

33
go 1.21.0
4+
toolchain go1.22.10
45

56
require (
67
github.com/AlecAivazis/survey/v2 v2.3.7
78
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.27
89
github.com/alecthomas/kong v0.9.0
910
github.com/bmatcuk/doublestar/v3 v3.0.0
10-
github.com/containerd/containerd v1.7.18
11-
github.com/containers/image/v5 v5.32.2
11+
github.com/containerd/containerd v1.7.23
12+
github.com/containers/image/v5 v5.33.0
1213
github.com/crazy-max/cron/v3 v3.1.1
1314
github.com/crazy-max/gohealthchecks v0.4.1
1415
github.com/crazy-max/gonfig v0.7.1
1516
github.com/distribution/reference v0.6.0
16-
github.com/docker/docker v27.1.1+incompatible
17+
github.com/docker/docker v27.3.1+incompatible
1718
github.com/docker/go-connections v0.5.0
1819
github.com/docker/go-units v0.5.0
1920
github.com/eclipse/paho.mqtt.golang v1.4.3
@@ -40,44 +41,43 @@ require (
4041
github.com/streadway/amqp v1.1.0
4142
github.com/stretchr/testify v1.9.0
4243
github.com/tidwall/pretty v1.2.1
43-
go.etcd.io/bbolt v1.3.10
44-
golang.org/x/mod v0.18.0
45-
golang.org/x/sys v0.25.0
46-
google.golang.org/grpc v1.64.1
47-
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
48-
google.golang.org/protobuf v1.33.0
44+
go.etcd.io/bbolt v1.3.11
45+
golang.org/x/mod v0.21.0
46+
golang.org/x/sys v0.26.0
47+
google.golang.org/grpc v1.67.0
48+
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
49+
google.golang.org/protobuf v1.34.2
4950
gopkg.in/yaml.v2 v2.4.0
5051
k8s.io/api v0.29.3
5152
k8s.io/apimachinery v0.29.3
5253
k8s.io/client-go v0.29.3
5354
)
5455

5556
require (
56-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
5757
github.com/BurntSushi/toml v1.4.0 // indirect
5858
github.com/Masterminds/semver v1.5.0 // indirect
5959
github.com/Masterminds/sprig v2.16.0+incompatible // indirect
6060
github.com/Microsoft/go-winio v0.6.2 // indirect
61-
github.com/Microsoft/hcsshim v0.12.5 // indirect
61+
github.com/Microsoft/hcsshim v0.12.9 // indirect
6262
github.com/PuerkitoBio/goquery v1.8.1 // indirect
6363
github.com/agext/levenshtein v1.2.3 // indirect
6464
github.com/andybalholm/cascadia v1.3.2 // indirect
6565
github.com/aokoli/goutils v1.0.1 // indirect
6666
github.com/aymerick/douceur v0.2.0 // indirect
67-
github.com/containerd/errdefs v0.1.0 // indirect
6867
github.com/containerd/log v0.1.0 // indirect
69-
github.com/containerd/typeurl/v2 v2.1.1 // indirect
68+
github.com/containerd/platforms v0.2.1 // indirect
69+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
7070
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7171
github.com/containers/ocicrypt v1.2.0 // indirect
72-
github.com/containers/storage v1.55.0 // indirect
72+
github.com/containers/storage v1.56.0 // indirect
7373
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7474
github.com/docker/distribution v2.8.3+incompatible // indirect
7575
github.com/docker/docker-credential-helpers v0.8.2 // indirect
7676
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7777
github.com/felixge/fgprof v0.9.3 // indirect
7878
github.com/felixge/httpsnoop v1.0.4 // indirect
7979
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
80-
github.com/go-logr/logr v1.4.1 // indirect
80+
github.com/go-logr/logr v1.4.2 // indirect
8181
github.com/go-logr/stdr v1.2.2 // indirect
8282
github.com/go-openapi/jsonpointer v0.21.0 // indirect
8383
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -112,8 +112,9 @@ require (
112112
github.com/mitchellh/go-homedir v1.1.0 // indirect
113113
github.com/mitchellh/mapstructure v1.5.0 // indirect
114114
github.com/moby/docker-image-spec v1.3.1 // indirect
115+
github.com/moby/sys/capability v0.3.0 // indirect
115116
github.com/moby/sys/mountinfo v0.7.2 // indirect
116-
github.com/moby/sys/user v0.2.0 // indirect
117+
github.com/moby/sys/user v0.3.0 // indirect
117118
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
118119
github.com/modern-go/reflect2 v1.0.2 // indirect
119120
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -123,22 +124,21 @@ require (
123124
github.com/rivo/uniseg v0.4.7 // indirect
124125
github.com/spf13/pflag v1.0.5 // indirect
125126
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
126-
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
127127
github.com/vanng822/css v0.0.0-20190504095207-a21e860bcd04 // indirect
128128
github.com/vanng822/go-premailer v0.0.0-20191214114701-be27abe028fe // indirect
129-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
130-
go.opentelemetry.io/otel v1.24.0 // indirect
131-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
132-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
133-
golang.org/x/crypto v0.26.0 // indirect
134-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
135-
golang.org/x/net v0.26.0 // indirect
136-
golang.org/x/oauth2 v0.22.0 // indirect
129+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
130+
go.opentelemetry.io/otel v1.28.0 // indirect
131+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
132+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
133+
golang.org/x/crypto v0.28.0 // indirect
134+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
135+
golang.org/x/net v0.28.0 // indirect
136+
golang.org/x/oauth2 v0.23.0 // indirect
137137
golang.org/x/sync v0.8.0 // indirect
138-
golang.org/x/term v0.23.0 // indirect
139-
golang.org/x/text v0.17.0 // indirect
138+
golang.org/x/term v0.25.0 // indirect
139+
golang.org/x/text v0.19.0 // indirect
140140
golang.org/x/time v0.3.0 // indirect
141-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
141+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
142142
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
143143
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
144144
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -148,5 +148,5 @@ require (
148148
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
149149
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
150150
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
151-
sigs.k8s.io/yaml v1.3.0 // indirect
151+
sigs.k8s.io/yaml v1.4.0 // indirect
152152
)

0 commit comments

Comments
 (0)