update for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-29 16:20:57 +03:00
parent 0ffcff86f9
commit 7c920df966
3 changed files with 27 additions and 316 deletions

4
go.mod
View File

@@ -3,9 +3,11 @@ module github.com/unistack-org/micro-config-consul/v3
go 1.15
require (
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.8.0
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.11
github.com/pkg/errors v0.9.1 // indirect
github.com/unistack-org/micro/v3 v3.1.2
github.com/unistack-org/micro/v3 v3.2.4
)