diff options
| author | zhangjie <iamkadisi@163.com> | 2019-11-12 12:43:15 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-11-13 17:24:19 +0800 |
| commit | ef3067a429b9839c34dc2cd3421bf5ddae78180a (patch) | |
| tree | a7670b3c6601a57d670216cc03e3a7d4a53a63dc /go.mod | |
| parent | metamanager:uses the golang context instead of the stop channel (diff) | |
| download | kubeedge-ef3067a429b9839c34dc2cd3421bf5ddae78180a.tar.gz | |
servivebus:uses the golang context instead of the stop channel
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
@@ -33,8 +33,10 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/go-chassis/go-archaius v0.20.0 github.com/go-chassis/go-chassis v1.7.1 + github.com/go-chassis/paas-lager v1.1.0 // indirect github.com/go-mesh/openlogging v1.0.1-0.20181205082104-3d418c478b2d github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect + github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect github.com/golang/mock v1.3.1 github.com/golang/protobuf v1.3.2 @@ -42,7 +44,6 @@ require ( github.com/google/go-cmp v0.3.1 // indirect github.com/google/uuid v1.1.1 github.com/googleapis/gnostic v0.3.0 // indirect - github.com/gophercloud/gophercloud v0.1.0 // indirect github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect @@ -52,7 +53,6 @@ require ( github.com/imdario/mergo v0.3.7 // indirect github.com/jonboulle/clockwork v0.1.0 // indirect github.com/json-iterator/go v1.1.7 // indirect - github.com/kadisi/test v0.0.0-20191111013547-b3fc1244c581 // indirect github.com/karrick/godirwalk v1.10.12 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kubeedge/beehive v0.0.0 |
