19 lines
583 B
Modula-2
19 lines
583 B
Modula-2
module github.com/hashicorp/consul/sdk
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.12.0
|
|
github.com/hashicorp/go-uuid v1.0.1
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
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
|
|
)
|