Skip to content

Commit 26e77b6

Browse files
chore(network): bump version to v0.1.0-alpha010
1 parent 70a5053 commit 26e77b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

network/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace (
1111
require (
1212
github.com/containerd/errdefs v1.0.0
1313
github.com/docker/docker v28.3.2+incompatible
14-
github.com/docker/go-sdk/client v0.1.0-alpha009
14+
github.com/docker/go-sdk/client v0.1.0-alpha010
1515
github.com/google/uuid v1.6.0
1616
github.com/stretchr/testify v1.10.0
1717
)
@@ -25,8 +25,8 @@ require (
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/distribution/reference v0.6.0 // indirect
2727
github.com/docker/go-connections v0.5.0 // indirect
28-
github.com/docker/go-sdk/config v0.1.0-alpha009 // indirect
29-
github.com/docker/go-sdk/context v0.1.0-alpha009 // indirect
28+
github.com/docker/go-sdk/config v0.1.0-alpha010 // indirect
29+
github.com/docker/go-sdk/context v0.1.0-alpha010 // indirect
3030
github.com/docker/go-units v0.5.0 // indirect
3131
github.com/felixge/httpsnoop v1.0.4 // indirect
3232
github.com/go-logr/logr v1.4.3 // indirect

0 commit comments

Comments
 (0)