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 (
|
2022-12-27 00:10:27 +03:00
|
|
|
github.com/armon/go-metrics v0.3.10 // indirect
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2023-02-27 21:16:12 +03:00
|
|
|
github.com/hashicorp/consul/api v1.19.1
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2023-01-31 06:55:28 +03:00
|
|
|
github.com/hashicorp/go-hclog v1.4.0
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2022-12-27 00:10:27 +03:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // 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
|
2023-02-27 21:02:37 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.14
|
2022-06-27 20:32:17 +03:00
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|