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