update accounts, settings, storage-metadata and ocis-pkg to use asim go-micro v3

This commit is contained in:
A.Unger
2021-02-18 08:00:02 +00:00
committed by Jörn Friedrich Dreyer
parent 83851ca2bb
commit 005f47d436
24 changed files with 501 additions and 108 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/huandu/xstrings v1.3.2 // indirect
github.com/micro/cli/v2 v2.1.2
@@ -20,7 +21,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
)