2019-03-27 12:54:56 +00:00
|
|
|
module github.com/hashicorp/consul/sdk
|
2019-03-26 21:04:58 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-01-28 23:50:41 +00:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2019-03-26 21:14:53 +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
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.1
|
2020-01-28 23:50:41 +00:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
2021-04-09 18:48:10 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-01-28 23:50:41 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
)
|