summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-12-11 14:33:35 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-12-11 14:33:35 +0800
commitafb02023a257e0c6b2024c27e3da514f5f58323f (patch)
tree757f2a27b4bd382dddadf123c85142148280978f /go.mod
parentremove runtimetype (diff)
downloadkubeedge-afb02023a257e0c6b2024c27e3da514f5f58323f.tar.gz
update gomod for docker client
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0a682738c..a280be91c 100644
--- a/go.mod
+++ b/go.mod
@@ -8,8 +8,8 @@ require (
github.com/cilium/ebpf v0.9.1 // indirect
github.com/container-storage-interface/spec v1.7.0
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
- github.com/docker/docker v23.0.1+incompatible
- github.com/docker/go-connections v0.4.0
+ github.com/docker/docker v23.0.1+incompatible // indirect
+ github.com/docker/go-connections v0.4.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/emicklei/go-restful v2.16.0+incompatible
github.com/evanphx/json-patch v5.6.0+incompatible