@@ -8,7 +8,7 @@ require (
88 github.com/alecthomas/kong v0.9.0
99 github.com/bmatcuk/doublestar/v3 v3.0.0
1010 github.com/containerd/platforms v0.2.1
11- github.com/containers/image/v5 v5.32.2
11+ github.com/containers/image/v5 v5.33.0
1212 github.com/crazy-max/cron/v3 v3.1.1
1313 github.com/crazy-max/gohealthchecks v0.4.1
1414 github.com/crazy-max/gonfig v0.7.1
@@ -41,8 +41,8 @@ require (
4141 github.com/stretchr/testify v1.9.0
4242 github.com/tidwall/pretty v1.2.1
4343 go.etcd.io/bbolt v1.3.11
44- golang.org/x/mod v0.18 .0
45- golang.org/x/sys v0.25 .0
44+ golang.org/x/mod v0.21 .0
45+ golang.org/x/sys v0.26 .0
4646 google.golang.org/grpc v1.67.0
4747 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
4848 google.golang.org/protobuf v1.35.2
@@ -64,18 +64,18 @@ require (
6464 github.com/aokoli/goutils v1.0.1 // indirect
6565 github.com/aymerick/douceur v0.2.0 // indirect
6666 github.com/containerd/log v0.1.0 // indirect
67- github.com/containerd/typeurl/v2 v2.1.1 // indirect
67+ github.com/containerd/typeurl/v2 v2.2.0 // indirect
6868 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
6969 github.com/containers/ocicrypt v1.2.0 // indirect
70- github.com/containers/storage v1.55 .0 // indirect
70+ github.com/containers/storage v1.56 .0 // indirect
7171 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7272 github.com/docker/distribution v2.8.3+incompatible // indirect
7373 github.com/docker/docker-credential-helpers v0.8.2 // indirect
7474 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7575 github.com/felixge/fgprof v0.9.3 // indirect
7676 github.com/felixge/httpsnoop v1.0.4 // indirect
7777 github.com/gabriel-vasile/mimetype v1.4.3 // indirect
78- github.com/go-logr/logr v1.4.1 // indirect
78+ github.com/go-logr/logr v1.4.2 // indirect
7979 github.com/go-logr/stdr v1.2.2 // indirect
8080 github.com/go-openapi/jsonpointer v0.21.0 // indirect
8181 github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -110,8 +110,9 @@ require (
110110 github.com/mitchellh/go-homedir v1.1.0 // indirect
111111 github.com/mitchellh/mapstructure v1.5.0 // indirect
112112 github.com/moby/docker-image-spec v1.3.1 // indirect
113+ github.com/moby/sys/capability v0.3.0 // indirect
113114 github.com/moby/sys/mountinfo v0.7.2 // indirect
114- github.com/moby/sys/user v0.2 .0 // indirect
115+ github.com/moby/sys/user v0.3 .0 // indirect
115116 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
116117 github.com/modern-go/reflect2 v1.0.2 // indirect
117118 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -121,22 +122,21 @@ require (
121122 github.com/rivo/uniseg v0.4.7 // indirect
122123 github.com/spf13/pflag v1.0.5 // indirect
123124 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
124- github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
125125 github.com/vanng822/css v0.0.0-20190504095207-a21e860bcd04 // indirect
126126 github.com/vanng822/go-premailer v0.0.0-20191214114701-be27abe028fe // indirect
127- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
128- go.opentelemetry.io/otel v1.24 .0 // indirect
129- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
130- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
131- golang.org/x/crypto v0.26 .0 // indirect
132- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
127+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
128+ go.opentelemetry.io/otel v1.28 .0 // indirect
129+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
130+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
131+ golang.org/x/crypto v0.28 .0 // indirect
132+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
133133 golang.org/x/net v0.28.0 // indirect
134- golang.org/x/oauth2 v0.22 .0 // indirect
134+ golang.org/x/oauth2 v0.23 .0 // indirect
135135 golang.org/x/sync v0.8.0 // indirect
136- golang.org/x/term v0.23 .0 // indirect
137- golang.org/x/text v0.17 .0 // indirect
136+ golang.org/x/term v0.25 .0 // indirect
137+ golang.org/x/text v0.19 .0 // indirect
138138 golang.org/x/time v0.3.0 // indirect
139- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
139+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
140140 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
141141 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
142142 gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments