diff options
| author | fisherxu <xufei40@huawei.com> | 2022-02-28 21:02:00 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2022-02-28 21:02:00 +0800 |
| commit | 368fb74abdd15d29b3807b027ac54ed07e294312 (patch) | |
| tree | e0b1549e9930e3fd5404b2ba27ce9a6bc7668dea /go.mod | |
| parent | update go mod to fix security alerts (diff) | |
| download | kubeedge-368fb74abdd15d29b3807b027ac54ed07e294312.tar.gz | |
update vendor
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,9 +9,9 @@ require ( github.com/astaxie/beego v1.12.0 github.com/blang/semver v3.5.1+incompatible github.com/cheekybits/genny v1.0.0 // indirect - github.com/containerd/containerd v1.4.12 github.com/container-storage-interface/spec v1.5.0 - github.com/docker/distribution v2.8.0 + github.com/containerd/containerd v1.4.12 // indirect + github.com/docker/distribution v2.8.0+incompatible // indirect github.com/docker/docker v20.10.2+incompatible github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/emicklei/go-restful v2.9.6+incompatible @@ -33,8 +33,8 @@ require ( github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b github.com/onsi/ginkgo v1.14.0 github.com/onsi/gomega v1.10.1 - github.com/opencontainers/image-spec v1.0.2 - github.com/opencontainers/runc v1.0.3 + github.com/opencontainers/image-spec v1.0.2 // indirect + github.com/opencontainers/runc v1.0.3 // indirect github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf github.com/prometheus/client_golang v1.11.0 github.com/shirou/gopsutil v2.20.9+incompatible |
