Skip to content

Commit 0a9c76d

Browse files
chore(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.2+incompatible to 27.2.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.1.2...v27.2.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a60290 commit 0a9c76d

File tree

2 files changed

+8
-271
lines changed

2 files changed

+8
-271
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.5
55
require (
66
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
77
github.com/coder/coder/v2 v2.14.2
8-
github.com/docker/docker v27.1.2+incompatible
8+
github.com/docker/docker v27.2.1+incompatible
99
github.com/docker/go-connections v0.5.0
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/terraform-plugin-docs v0.19.4
@@ -107,6 +107,7 @@ require (
107107
github.com/outcaste-io/ristretto v0.2.3 // indirect
108108
github.com/philhofer/fwd v1.1.2 // indirect
109109
github.com/pion/transport/v2 v2.2.10 // indirect
110+
github.com/pion/transport/v3 v3.0.7 // indirect
110111
github.com/pion/udp v0.1.4 // indirect
111112
github.com/pkg/errors v0.9.1 // indirect
112113
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

0 commit comments

Comments
 (0)