Skip to content

Commit 6b8025e

Browse files
authored
Merge pull request #463 from databacker/docker-28
docker 28.3.3
2 parents be9081e + 6204e61 commit 6b8025e

File tree

3 files changed

+65
-88
lines changed

3 files changed

+65
-88
lines changed

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ require (
99
github.com/aws/aws-sdk-go-v2/config v1.28.1
1010
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35
1111
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2
12-
github.com/docker/docker v26.1.5+incompatible
12+
github.com/docker/docker v28.3.3+incompatible
1313
github.com/docker/go-connections v0.4.0
1414
github.com/go-sql-driver/mysql v1.7.1
1515
github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877
16-
github.com/moby/moby v26.1.0+incompatible
16+
github.com/moby/moby v28.3.3+incompatible
1717
github.com/robfig/cron/v3 v3.0.1
1818
github.com/sirupsen/logrus v1.9.3
1919
github.com/spf13/cobra v1.8.0
@@ -31,8 +31,10 @@ require (
3131
)
3232

3333
require (
34+
filippo.io/age v1.2.1
35+
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6
3436
github.com/databacker/api/go/api v0.0.0-20250423183243-7775066c265e
35-
github.com/google/go-cmp v0.6.0
37+
github.com/google/go-cmp v0.7.0
3638
go.opentelemetry.io/otel v1.31.0
3739
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
3840
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0
@@ -41,27 +43,28 @@ require (
4143
)
4244

4345
require (
44-
filippo.io/age v1.2.1 // indirect
45-
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6 // indirect
4646
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
47+
github.com/containerd/errdefs v1.0.0 // indirect
48+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
4749
github.com/containerd/log v0.1.0 // indirect
4850
github.com/distribution/reference v0.6.0 // indirect
4951
github.com/felixge/httpsnoop v1.0.3 // indirect
50-
github.com/github/smimesign v0.2.0 // indirect
5152
github.com/go-logr/logr v1.4.2 // indirect
5253
github.com/go-logr/stdr v1.2.2 // indirect
53-
github.com/golang/protobuf v1.5.4 // indirect
5454
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
5555
github.com/moby/docker-image-spec v1.3.1 // indirect
56-
github.com/moby/sys/user v0.3.0 // indirect
56+
github.com/moby/go-archive v0.1.0 // indirect
57+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
58+
github.com/moby/sys/user v0.4.0 // indirect
5759
github.com/moby/sys/userns v0.1.0 // indirect
5860
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
5961
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
6062
go.opentelemetry.io/otel/metric v1.31.0 // indirect
6163
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
62-
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
63-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
64-
google.golang.org/grpc v1.59.0 // indirect
64+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
65+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
66+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
67+
google.golang.org/grpc v1.67.0 // indirect
6568
google.golang.org/protobuf v1.35.2 // indirect
6669
)
6770

@@ -82,7 +85,6 @@ require (
8285
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect
8386
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect
8487
github.com/aws/smithy-go v1.22.0 // indirect
85-
github.com/containerd/containerd v1.7.27 // indirect
8688
github.com/davecgh/go-spew v1.1.1 // indirect
8789
github.com/docker/go-units v0.5.0 // indirect
8890
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -91,11 +93,11 @@ require (
9193
github.com/google/uuid v1.6.0
9294
github.com/hashicorp/hcl v1.0.0 // indirect
9395
github.com/inconshreveable/mousetrap v1.1.0 // indirect
94-
github.com/klauspost/compress v1.16.7 // indirect
96+
github.com/klauspost/compress v1.18.0 // indirect
9597
github.com/magiconair/properties v1.8.1 // indirect
9698
github.com/mitchellh/mapstructure v1.1.2 // indirect
97-
github.com/moby/patternmatcher v0.5.0 // indirect
98-
github.com/moby/sys/sequential v0.5.0 // indirect
99+
github.com/moby/patternmatcher v0.6.0 // indirect
100+
github.com/moby/sys/sequential v0.6.0 // indirect
99101
github.com/moby/term v0.5.0 // indirect
100102
github.com/morikuni/aec v1.0.0 // indirect
101103
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -117,5 +119,4 @@ require (
117119
golang.org/x/tools v0.22.0 // indirect
118120
gopkg.in/ini.v1 v1.51.0 // indirect
119121
gopkg.in/yaml.v2 v2.4.0 // indirect
120-
gotest.tools/v3 v3.4.0 // indirect
121122
)

0 commit comments

Comments
 (0)