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/google/btree v1.0.1 // indirect
|
2022-06-01 20:28:35 +03:00
|
|
|
github.com/hashicorp/consul/api v1.13.0
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2022-06-25 22:45:54 +03:00
|
|
|
github.com/hashicorp/go-hclog v1.2.1
|
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
|
2022-06-25 23:12:25 +03:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
2020-12-13 13:30:00 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-05-03 20:22:50 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.8
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|