add more logging
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
14
go.mod
14
go.mod
@@ -3,12 +3,18 @@ module github.com/unistack-org/micro-config-consul/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/google/btree v1.0.0 // indirect
|
||||
github.com/hashicorp/consul/api v1.10.1
|
||||
github.com/armon/go-metrics v0.3.9 // indirect
|
||||
github.com/fatih/color v1.13.0 // indirect
|
||||
github.com/google/btree v1.0.1 // indirect
|
||||
github.com/hashicorp/consul/api v1.11.0
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-hclog v0.16.2
|
||||
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
||||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
||||
github.com/imdario/mergo v0.3.12
|
||||
github.com/mattn/go-colorable v0.1.11 // indirect
|
||||
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.4
|
||||
github.com/unistack-org/micro/v3 v3.7.5
|
||||
)
|
||||
|
Reference in New Issue
Block a user