open-nomad/tools/go.mod
Seth Hoenig f221e99572
tools: update dependencies and use tree set (#16974)
* tools: bump go mod deps for tools module

* tools: use treeset in tools/missing
2023-04-25 07:47:19 -05:00

15 lines
278 B
Modula-2

module github.com/hashicorp/nomad/tools
go 1.20
require (
github.com/aws/aws-sdk-go v1.44.249
github.com/hashicorp/go-set v0.1.11
github.com/shoenig/test v0.6.4
)
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
)