Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ module github.com/divideandconquer/go-consul-client
go 1.16

require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/divideandconquer/go-merge v0.0.0-20150616173453-dc9048d04b65
github.com/golang/mock v1.5.0 // indirect
github.com/hashicorp/consul v0.6.1-0.20151204164059-71bffe81d1a2
github.com/hashicorp/go-cleanhttp v0.0.0-20151022142711-5df5ddc69534 // indirect
github.com/hashicorp/serf v0.6.5-0.20151205003656-e9ac4bb0c572 // indirect
github.com/golang/mock v1.5.0
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.11.0
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.10.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/mapstructure v1.4.1-0.20210112042008-8ebf2d61a8b4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
)
Loading