2021-10-26 23:00:25 +03:00
|
|
|
module go.unistack.org/micro-config-consul/v3
|
2020-12-08 00:58:12 +03:00
|
|
|
|
2021-06-21 16:03:21 +03:00
|
|
|
go 1.16
|
2020-12-08 00:58:12 +03:00
|
|
|
|
|
|
|
require (
|
2021-09-30 00:39:49 +03:00
|
|
|
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
|
2021-09-16 10:06:02 +03:00
|
|
|
github.com/hashicorp/go-hclog v0.16.2
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2021-03-10 00:52:55 +03:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
2020-12-13 13:30:00 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-09-22 20:16:15 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2021-12-28 20:17:52 +03:00
|
|
|
go.unistack.org/micro/v3 v3.8.13
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|