5
5
require (
6
6
github.com/alecthomas/kong v0.9.0
7
7
github.com/distribution/distribution v2.8.3+incompatible
8
- github.com/docker/cli v24.0.7 +incompatible
9
- github.com/docker/docker v24.0.7 +incompatible
8
+ github.com/docker/cli v27.1.0 +incompatible
9
+ github.com/docker/docker v27.1.0 +incompatible
10
10
github.com/mitchellh/mapstructure v1.5.0
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/robfig/cron/v3 v3.0.1
@@ -19,24 +19,32 @@ require (
19
19
github.com/Microsoft/go-winio v0.4.17 // indirect
20
20
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
21
21
github.com/beorn7/perks v1.0.1 // indirect
22
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
22
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
24
+ github.com/containerd/log v0.1.0 // indirect
23
25
github.com/distribution/reference v0.5.0 // indirect
24
26
github.com/docker/distribution v2.8.2+incompatible // indirect
25
27
github.com/docker/docker-credential-helpers v0.6.4 // indirect
26
28
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
27
29
github.com/docker/go-connections v0.4.0 // indirect
28
30
github.com/docker/go-metrics v0.0.1 // indirect
29
31
github.com/docker/go-units v0.4.0 // indirect
32
+ github.com/felixge/httpsnoop v1.0.4 // indirect
30
33
github.com/fvbommel/sortorder v1.0.2 // indirect
34
+ github.com/go-logr/logr v1.4.2 // indirect
35
+ github.com/go-logr/stdr v1.2.2 // indirect
31
36
github.com/go-sql-driver/mysql v1.5.0 // indirect
32
37
github.com/gogo/protobuf v1.3.2 // indirect
33
- github.com/golang/protobuf v1.5.2 // indirect
38
+ github.com/golang/protobuf v1.5.4 // indirect
39
+ github.com/google/uuid v1.6.0 // indirect
34
40
github.com/gorilla/mux v1.8.0 // indirect
41
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
35
42
github.com/inconshreveable/mousetrap v1.0.0 // indirect
36
43
github.com/mattn/go-colorable v0.1.13 // indirect
37
44
github.com/mattn/go-isatty v0.0.19 // indirect
38
45
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
39
46
github.com/miekg/pkcs11 v1.0.3 // indirect
47
+ github.com/moby/docker-image-spec v1.3.1 // indirect
40
48
github.com/moby/sys/sequential v0.5.0 // indirect
41
49
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
42
50
github.com/morikuni/aec v1.0.0 // indirect
@@ -46,14 +54,27 @@ require (
46
54
github.com/prometheus/client_model v0.2.0 // indirect
47
55
github.com/prometheus/common v0.26.0 // indirect
48
56
github.com/prometheus/procfs v0.6.0 // indirect
49
- github.com/sirupsen/logrus v1.8.1 // indirect
57
+ github.com/sirupsen/logrus v1.9.3 // indirect
50
58
github.com/spf13/cobra v1.2.1 // indirect
51
59
github.com/spf13/pflag v1.0.5 // indirect
52
60
github.com/theupdateframework/notary v0.7.0 // indirect
53
- golang.org/x/crypto v0.21.0 // indirect
54
- golang.org/x/net v0.23.0 // indirect
55
- golang.org/x/term v0.18.0 // indirect
61
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
62
+ go.opentelemetry.io/otel v1.28.0 // indirect
63
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
64
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
65
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
66
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
67
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
68
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
69
+ go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
70
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
71
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
72
+ golang.org/x/crypto v0.24.0 // indirect
73
+ golang.org/x/net v0.26.0 // indirect
74
+ golang.org/x/term v0.21.0 // indirect
75
+ golang.org/x/text v0.16.0 // indirect
56
76
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
57
- google.golang.org/protobuf v1.33.0 // indirect
77
+ google.golang.org/grpc v1.64.0 // indirect
78
+ google.golang.org/protobuf v1.34.2 // indirect
58
79
gotest.tools/v3 v3.0.3 // indirect
59
80
)
0 commit comments