fb6d49cc88
Golang 1.16 added better support for installing tools, without updating go.mod files: https://blog.golang.org/go116-module-changes#TOC_4. .
6 lines
93 B
Modula-2
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
|