From 19d544cf3b142b06d9dab084761fdc754f0a8bbe Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 27 Jul 2020 13:22:00 +0100 Subject: [PATCH] v3 refactor (#1868) * Move to v3 Co-authored-by: Ben Toogood --- file.go | 2 +- file_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/file.go b/file.go index 2457471..11cbfdd 100644 --- a/file.go +++ b/file.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/micro/go-micro/v2/store" + "github.com/micro/go-micro/v3/store" bolt "go.etcd.io/bbolt" ) diff --git a/file_test.go b/file_test.go index fded464..7f9cf7c 100644 --- a/file_test.go +++ b/file_test.go @@ -10,7 +10,7 @@ import ( "github.com/davecgh/go-spew/spew" "github.com/kr/pretty" - "github.com/micro/go-micro/v2/store" + "github.com/micro/go-micro/v3/store" ) func cleanup(db string, s store.Store) {