We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64434e2 commit dc8c984Copy full SHA for dc8c984
2 files changed
go.mod
@@ -104,4 +104,4 @@ require (
104
sigs.k8s.io/yaml v1.6.0 // indirect
105
)
106
107
-replace github.com/docker/docker => github.com/docker/engine v0.0.0-20190717161051-705d9623b7c1
+replace github.com/docker/docker => github.com/docker/engine v1.13.1
vendor/modules.txt
@@ -719,4 +719,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
719
# sigs.k8s.io/yaml v1.6.0
720
## explicit; go 1.22
721
sigs.k8s.io/yaml
722
-# github.com/docker/docker => github.com/docker/engine v0.0.0-20190717161051-705d9623b7c1
+# github.com/docker/docker => github.com/docker/engine v1.13.1
0 commit comments