adefe8d16a
* backport of commit d7d9de95642a625307fecc8cff29bda1c22fa983 * backport of commit 0794b1ce74d37623d50f5e52cb289a48e8558d18 --------- Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
26 lines
820 B
Modula-2
26 lines
820 B
Modula-2
module github.com/hashicorp/consul/sdk
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
github.com/hashicorp/go-uuid v1.0.3
|
|
github.com/hashicorp/go-version v1.2.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.8.3
|
|
golang.org/x/sys v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|