2022-12-01 04:37:42 +01:00
|
|
|
module git.pbiernat.dev/egommerce/go-api-pkg/consul
|
2022-12-01 04:05:41 +01:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
2022-12-01 04:37:42 +01:00
|
|
|
require github.com/hashicorp/consul/api v1.18.0
|
2022-12-01 04:05:41 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.12.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
|
|
|
)
|