This commit is contained in:
2022-12-01 04:37:42 +01:00
parent cf2ec45b9a
commit 97afd0d966
8 changed files with 60 additions and 34 deletions

21
consul/go.mod Normal file
View File

@@ -0,0 +1,21 @@
module git.pbiernat.dev/egommerce/go-api-pkg/consul
go 1.18
require github.com/hashicorp/consul/api v1.18.0
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
)