2023-05-05 17:36:54 +03:00
|
|
|
module go.unistack.org/micro-config-consul/v4
|
2020-12-08 00:58:12 +03:00
|
|
|
|
2023-05-05 16:51:39 +03:00
|
|
|
go 1.20
|
2020-12-08 00:58:12 +03:00
|
|
|
|
|
|
|
require (
|
2023-08-14 23:36:40 +03:00
|
|
|
github.com/hashicorp/consul/api v1.24.0
|
|
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
|
|
github.com/imdario/mergo v0.3.16
|
|
|
|
go.unistack.org/micro/v4 v4.0.6
|
2023-03-14 10:53:38 +03:00
|
|
|
)
|
2020-12-08 00:58:12 +03:00
|
|
|
|
|
|
|
require (
|
2023-03-14 13:41:44 +03:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
2023-08-14 23:36:40 +03:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-09-30 00:39:49 +03:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2023-08-14 23:36:40 +03:00
|
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
2023-03-14 10:53:38 +03:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2023-08-14 23:36:40 +03:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2023-03-14 10:53:38 +03:00
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2023-03-14 13:41:44 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-08-14 23:36:40 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-03-14 10:53:38 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2023-03-14 13:41:44 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-08-14 23:36:40 +03:00
|
|
|
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
|
|
|
|
golang.org/x/sys v0.11.0 // indirect
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|