@@ -9,11 +9,11 @@ require (
9
9
github.com/aws/aws-sdk-go-v2/config v1.28.1
10
10
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35
11
11
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
13
13
github.com/docker/go-connections v0.4.0
14
14
github.com/go-sql-driver/mysql v1.7.1
15
15
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
17
17
github.com/robfig/cron/v3 v3.0.1
18
18
github.com/sirupsen/logrus v1.9.3
19
19
github.com/spf13/cobra v1.8.0
@@ -31,8 +31,10 @@ require (
31
31
)
32
32
33
33
require (
34
+ filippo.io/age v1.2.1
35
+ github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6
34
36
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
36
38
go.opentelemetry.io/otel v1.31.0
37
39
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
38
40
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0
@@ -41,27 +43,28 @@ require (
41
43
)
42
44
43
45
require (
44
- filippo.io/age v1.2.1 // indirect
45
- github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6 // indirect
46
46
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
47
49
github.com/containerd/log v0.1.0 // indirect
48
50
github.com/distribution/reference v0.6.0 // indirect
49
51
github.com/felixge/httpsnoop v1.0.3 // indirect
50
- github.com/github/smimesign v0.2.0 // indirect
51
52
github.com/go-logr/logr v1.4.2 // indirect
52
53
github.com/go-logr/stdr v1.2.2 // indirect
53
- github.com/golang/protobuf v1.5.4 // indirect
54
54
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
55
55
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
57
59
github.com/moby/sys/userns v0.1.0 // indirect
58
60
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
59
61
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
60
62
go.opentelemetry.io/otel/metric v1.31.0 // indirect
61
63
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
65
68
google.golang.org/protobuf v1.35.2 // indirect
66
69
)
67
70
@@ -82,7 +85,6 @@ require (
82
85
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect
83
86
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect
84
87
github.com/aws/smithy-go v1.22.0 // indirect
85
- github.com/containerd/containerd v1.7.27 // indirect
86
88
github.com/davecgh/go-spew v1.1.1 // indirect
87
89
github.com/docker/go-units v0.5.0 // indirect
88
90
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -91,11 +93,11 @@ require (
91
93
github.com/google/uuid v1.6.0
92
94
github.com/hashicorp/hcl v1.0.0 // indirect
93
95
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
95
97
github.com/magiconair/properties v1.8.1 // indirect
96
98
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
99
101
github.com/moby/term v0.5.0 // indirect
100
102
github.com/morikuni/aec v1.0.0 // indirect
101
103
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -117,5 +119,4 @@ require (
117
119
golang.org/x/tools v0.22.0 // indirect
118
120
gopkg.in/ini.v1 v1.51.0 // indirect
119
121
gopkg.in/yaml.v2 v2.4.0 // indirect
120
- gotest.tools/v3 v3.4.0 // indirect
121
122
)
0 commit comments