update web to use go-micro v3

This commit is contained in:
A.Unger
2021-02-17 12:22:03 +01:00
committed by Jörn Friedrich Dreyer
parent 6644f5b679
commit 54c4331479
3 changed files with 109 additions and 5 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ require (
contrib.go.opencensus.io/exporter/zipkin v0.1.1
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/UnnoTed/fileb0x v1.1.4
github.com/asim/go-micro/v3 v3.5.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31 // indirect
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
@@ -22,7 +23,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
)