update settings to use go-micro v3

This commit is contained in:
A.Unger
2021-02-17 12:17:29 +01:00
committed by Jörn Friedrich Dreyer
parent b4115bbee4
commit d19cc340ea
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ package proto
import (
context "context"
client "github.com/asim/go-micro/v3/client"
empty "github.com/golang/protobuf/ptypes/empty"
client "github.com/micro/go-micro/v2/client"
)
// MockAccountsService can be used to write tests
-1
View File
@@ -9,7 +9,6 @@ require (
github.com/gofrs/uuid v3.3.0+incompatible
github.com/huandu/xstrings v1.3.2 // indirect
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/oklog/run v1.1.0
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203