diff options
| author | liuzhiyi1993 <liuzhiyi@huawei.com> | 2020-02-13 05:56:21 +0800 |
|---|---|---|
| committer | liuzhiyi1993 <liuzhiyi@huawei.com> | 2020-03-31 22:30:02 +0800 |
| commit | 0dfe63446ad76e41a084ade9d3c393a2554def34 (patch) | |
| tree | f9857c1fd4ad3e9a00aa04effdb1c57bde6398b7 /go.mod | |
| parent | Merge pull request #1567 from chendave/broken (diff) | |
| download | kubeedge-0dfe63446ad76e41a084ade9d3c393a2554def34.tar.gz | |
refactor edgemesh
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,6 +23,7 @@ require ( github.com/emicklei/go-restful v2.9.6+incompatible // indirect github.com/evanphx/json-patch v4.5.0+incompatible // indirect 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.1 // indirect github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect @@ -35,7 +36,7 @@ require ( github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.0 github.com/hashicorp/go-version v1.2.0 // indirect - github.com/hashicorp/golang-lru v0.5.3 // indirect + github.com/hashicorp/golang-lru v0.5.3 github.com/imdario/mergo v0.3.7 // indirect github.com/karrick/godirwalk v1.10.12 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect @@ -61,7 +62,6 @@ require ( github.com/vishvananda/netlink v1.0.0 github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 - golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 google.golang.org/grpc v1.23.1 gopkg.in/square/go-jose.v2 v2.3.1 // indirect gopkg.in/yaml.v2 v2.2.4 |
