This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
4e5014ca33
open-nomad
/
tools
/
go.mod
6 lines
93 B
Modula-2
Raw
Normal View
History
Unescape
Escape
deps: Switch to Go modules for dependency management This PR switches the Nomad repository from using govendor to Go modules for managing dependencies. Aspects of the Nomad workflow remain pretty much the same. The usual Makefile targets should continue to work as they always did. The API submodule simply defers to the parent Nomad version on the repository, keeping the semantics of API versioning that currently exists.
2020-05-30 14:29:47 +00:00
module
github
.
com
/
hashicorp
/
nomad
/
tools
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 18:49:48 +00:00
go
1.16
deps: Switch to Go modules for dependency management This PR switches the Nomad repository from using govendor to Go modules for managing dependencies. Aspects of the Nomad workflow remain pretty much the same. The usual Makefile targets should continue to work as they always did. The API submodule simply defers to the parent Nomad version on the repository, keeping the semantics of API versioning that currently exists.
2020-05-30 14:29:47 +00:00
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 18:49:48 +00:00
require
github
.
com
/
aws
/
aws
-
sdk
-
go
v1
.
37.26