2021-10-26 23:00:25 +03:00
|
|
|
module go.unistack.org/micro-config-consul/v3
|
2020-12-08 00:58:12 +03:00
|
|
|
|
2024-01-15 01:07:50 +03:00
|
|
|
go 1.20
|
2023-03-14 10:53:38 +03:00
|
|
|
|
|
|
|
require (
|
2024-01-15 01:07:50 +03:00
|
|
|
github.com/hashicorp/consul/api v1.26.1
|
|
|
|
github.com/hashicorp/go-hclog v1.6.2
|
|
|
|
github.com/imdario/mergo v0.3.16
|
|
|
|
go.unistack.org/micro/v3 v3.10.36
|
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
|
2024-01-15 01:18:51 +03:00
|
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2024-01-15 01:07:50 +03:00
|
|
|
github.com/hashicorp/errwrap v1.1.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
|
2022-12-27 00:10:27 +03:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2023-03-14 10:53:38 +03:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2024-01-15 01:18:51 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // 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
|
2024-01-15 01:18:51 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.17 // 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
|
2024-01-15 01:18:51 +03:00
|
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|