mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
No functional changes, just cleaning up deprecated usages that are removed in v2 and replace one call of .Slice with .ForEach to avoid making the intermediate copy.
13 lines
214 B
Modula-2
13 lines
214 B
Modula-2
module github.com/hashicorp/nomad/tools
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.0
|
|
|
|
require (
|
|
github.com/hashicorp/go-set/v2 v2.0.0-alpha.1
|
|
github.com/shoenig/test v0.6.7
|
|
)
|
|
|
|
require github.com/google/go-cmp v0.5.9 // indirect
|