From d19cc340ea1e51a80777b83c5af27b118d55079e Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 17 Feb 2021 12:17:29 +0100 Subject: [PATCH] update settings to use go-micro v3 --- accounts/pkg/proto/v0/accounts.mock.go | 2 +- storage/go.mod | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/accounts/pkg/proto/v0/accounts.mock.go b/accounts/pkg/proto/v0/accounts.mock.go index 42f5e8276d..0cd08bfe74 100644 --- a/accounts/pkg/proto/v0/accounts.mock.go +++ b/accounts/pkg/proto/v0/accounts.mock.go @@ -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 diff --git a/storage/go.mod b/storage/go.mod index 394f72fcb3..dcdc24f98f 100644 --- a/storage/go.mod +++ b/storage/go.mod @@ -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