mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-12 15:09:13 -06:00
update graph-explorer to use go-micro v3
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
9b9f4703af
commit
656d034dd3
@@ -7,6 +7,7 @@ require (
|
||||
contrib.go.opencensus.io/exporter/ocagent v0.6.0
|
||||
contrib.go.opencensus.io/exporter/zipkin v0.1.1
|
||||
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
|
||||
github.com/asim/go-micro/v3 v3.5.0
|
||||
github.com/go-chi/chi v4.1.2+incompatible
|
||||
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
|
||||
github.com/huandu/xstrings v1.3.2 // indirect
|
||||
@@ -19,7 +20,7 @@ require (
|
||||
go.opencensus.io v0.22.6
|
||||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
||||
golang.org/x/mod v0.4.1 // indirect
|
||||
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
|
||||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
||||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
||||
google.golang.org/grpc/examples v0.0.0-20210212222430-425d405f3928 // indirect
|
||||
honnef.co/go/tools v0.1.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user