2019-03-26 17:04:58 -04:00
|
|
|
module github.com/hashicorp/consul/api
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
2019-03-27 08:54:56 -04:00
|
|
|
replace github.com/hashicorp/consul/sdk => ../sdk
|
2019-03-26 17:04:58 -04:00
|
|
|
|
|
|
|
require (
|
2020-08-07 17:26:05 -04:00
|
|
|
github.com/hashicorp/consul/sdk v0.6.0
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2020-01-28 17:50:41 -06:00
|
|
|
github.com/hashicorp/go-hclog v0.12.0
|
2020-01-28 11:54:49 +01:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/hashicorp/go-uuid v1.0.1
|
2020-07-21 15:48:10 -05:00
|
|
|
github.com/hashicorp/serf v0.9.3
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2020-01-28 17:50:41 -06:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-03-26 17:04:58 -04:00
|
|
|
)
|