2020-05-30 14:29:47 +00:00
|
|
|
module github.com/hashicorp/nomad/tools
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/a8m/tree v0.0.0-20181222104329-6a0b80129de4
|
|
|
|
github.com/client9/misspell v0.3.4
|
2020-06-04 22:25:54 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1-0.20200509193318-234c15e7648f
|
2020-05-30 14:29:47 +00:00
|
|
|
github.com/golang/protobuf v1.3.4
|
|
|
|
github.com/golangci/golangci-lint v1.24.0
|
|
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
2020-06-04 22:25:54 +00:00
|
|
|
github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible
|
2020-07-01 14:08:37 +00:00
|
|
|
github.com/hashicorp/go-hclog/hclogvet v0.1.4-0.20200601163814-4a9e55fb9e7d // indirect
|
2020-05-30 14:29:47 +00:00
|
|
|
github.com/hashicorp/go-msgpack v1.1.5
|
|
|
|
github.com/hashicorp/hcl/v2 v2.5.1
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
|
|
gotest.tools/gotestsum v0.4.2
|
|
|
|
)
|