update import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-26 23:00:25 +03:00
parent a4002ae8eb
commit 80462220e2
6 changed files with 14 additions and 14 deletions

4
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/unistack-org/micro-config-consul/v3
module go.unistack.org/micro-config-consul/v3
go 1.16
@@ -16,5 +16,5 @@ require (
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/unistack-org/micro/v3 v3.7.6
go.unistack.org/micro/v3 v3.8.5
)