mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-13 06:49:38 -05:00
update settings to use go-micro v3
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
b4115bbee4
commit
d19cc340ea
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user