diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-12-19 20:44:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 20:44:02 +0800 |
| commit | 8d5e2c41c35c98a46bd37467fd4aa5005a26da3d (patch) | |
| tree | add39fc94fe13a2724dcd7a7d68ecd062b289c58 /go.mod | |
| parent | Merge pull request #5320 from JiaweiGithub/feat/update_kubeedge_constants (diff) | |
| parent | update vendor for docker client (diff) | |
| download | kubeedge-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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
