open-nomad/tools/go.mod
Mahmood Ali fb6d49cc88 use go install for tools
Golang 1.16 added better support for installing tools, without updating
go.mod files: https://blog.golang.org/go116-module-changes#TOC_4. .
2021-03-09 14:26:44 -05:00

6 lines
93 B
Modula-2

module github.com/hashicorp/nomad/tools
go 1.16
require github.com/aws/aws-sdk-go v1.37.26