Skip to content

Commit a131d96

Browse files
authored
Merge pull request #20 from zeromake/dependabot/go_modules/github.com/docker/docker-26.1.4incompatible
build(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible
2 parents 7f48550 + 4396350 commit a131d96

File tree

2 files changed

+2670
-22
lines changed

2 files changed

+2670
-22
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)