2020-05-30 14:29:47 +00:00
|
|
|
module github.com/hashicorp/nomad/tools
|
|
|
|
|
2021-11-05 19:34:24 +00:00
|
|
|
go 1.17
|
2020-05-30 14:29:47 +00:00
|
|
|
|
2022-03-19 21:29:32 +00:00
|
|
|
require (
|
|
|
|
github.com/aws/aws-sdk-go v1.37.26
|
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
gophers.dev/pkgs/ignore v0.3.1
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|
2021-11-05 19:34:24 +00:00
|
|
|
|
2022-03-19 21:29:32 +00:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|