mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* [no ci] use json for grouping packages for testing * [no ci] able to get packages in group * [no ci] able to run groups of tests * [no ci] more * [no ci] try disable circle unit tests * ci: use actions/checkout@v3 * ci: rename to quick * ci: need make dev in mods cache step * ci: make compile step depend on checks step * ci: bump consul and vault versions * ci: need make dev for group tests * ci: update ci unit testing docs * docs: spell plumbing correctly Co-authored-by: Tim Gross <tgross@hashicorp.com> Co-authored-by: Tim Gross <tgross@hashicorp.com>
15 lines
276 B
Modula-2
15 lines
276 B
Modula-2
module github.com/hashicorp/nomad/tools
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.37.26
|
|
github.com/hashicorp/go-set v0.1.6
|
|
github.com/shoenig/test v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
)
|