summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2023-12-19 20:44:02 +0800
committerGitHub <noreply@github.com>2023-12-19 20:44:02 +0800
commit8d5e2c41c35c98a46bd37467fd4aa5005a26da3d (patch)
treeadd39fc94fe13a2724dcd7a7d68ecd062b289c58 /go.mod
parentMerge pull request #5320 from JiaweiGithub/feat/update_kubeedge_constants (diff)
parentupdate vendor for docker client (diff)
downloadkubeedge-8d5e2c41c35c98a46bd37467fd4aa5005a26da3d.tar.gz
Merge pull request #5299 from Shelley-BaoYue/remove-runtimetype
remove `--runtimetype` in keadm
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