18 lines
418 B
Modula-2
18 lines
418 B
Modula-2
module github.com/hashicorp/nomad/tools
|
|
|
|
go 1.17
|
|
|
|
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
|
|
)
|
|
|
|
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
|
|
)
|