File tree Expand file tree Collapse file tree 2 files changed +2670
-22
lines changed
Expand file tree Collapse file tree 2 files changed +2670
-22
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ require (
66 github.com/BurntSushi/toml v1.1.0
77 github.com/Microsoft/go-winio v0.5.2 // indirect
88 github.com/blang/semver v3.5.1+incompatible
9- github.com/docker/distribution v2.8.2+incompatible // indirect
10- github.com/docker/docker v24.0.9+incompatible
9+ github.com/containerd/log v0.1.0 // indirect
10+ github.com/distribution/reference v0.6.0 // indirect
11+ github.com/docker/docker v26.1.4+incompatible
1112 github.com/docker/go-connections v0.4.0 // indirect
1213 github.com/docker/go-units v0.4.0 // indirect
1314 github.com/gogo/protobuf v1.3.2 // indirect
15+ github.com/moby/docker-image-spec v1.3.1 // indirect
1416 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
1517 github.com/morikuni/aec v1.0.0 // indirect
16- github.com/opencontainers/go-digest v1.0.0 // indirect
17- github.com/opencontainers/image-spec v1.0.2 // indirect
1818 github.com/pkg/errors v0.9.1
19- github.com/sirupsen/logrus v1.9.0
19+ github.com/sirupsen/logrus v1.9.3
2020 github.com/spf13/cobra v1.5.0
21- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
21+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
22+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
2223)
You can’t perform that action at this time.
0 commit comments