diff options
| author | zhangjie <iamkadisi@163.com> | 2020-01-15 11:25:09 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2020-01-19 17:26:26 +0800 |
| commit | 33661d275d56a9476061cfd311e24b81d7ea9f31 (patch) | |
| tree | 23af3c38e2ef1a3d141cf10eed68c6bc02f62f5a /go.mod | |
| parent | edgesite: edged, edgecontroller, metamanager use new config api (diff) | |
| download | kubeedge-33661d275d56a9476061cfd311e24b81d7ea9f31.tar.gz | |
update kubeedge, beehive, viaduct go mod file
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ require ( github.com/mattn/go-sqlite3 v1.11.0 github.com/mesos/mesos-go v0.0.10 // indirect github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b - github.com/onsi/ginkgo v1.10.1 - github.com/onsi/gomega v1.7.0 + github.com/onsi/ginkgo v1.11.0 + github.com/onsi/gomega v1.8.1 github.com/opencontainers/runtime-spec v1.0.1 // indirect github.com/opentracing/opentracing-go v1.1.0 // indirect github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf |
