We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac283a commit 70a5053Copy full SHA for 70a5053
legacyadapters/go.mod
@@ -7,7 +7,7 @@ replace github.com/docker/go-sdk/config => ../config
7
require (
8
github.com/docker/cli v28.3.2+incompatible
9
github.com/docker/docker v28.3.2+incompatible
10
- github.com/docker/go-sdk/config v0.1.0-alpha009
+ github.com/docker/go-sdk/config v0.1.0-alpha010
11
github.com/stretchr/testify v1.10.0
12
)
13
legacyadapters/version.go
@@ -1,7 +1,7 @@
1
package legacyadapters
2
3
const (
4
- version = "0.1.0-alpha001"
+ version = "0.1.0-alpha002"
5
6
// Version returns the version of the legacyadapters package.
0 commit comments