mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
* client: refactor cgroups management in client * client: fingerprint numa topology * client: plumb numa and cgroups changes to drivers * client: cleanup task resource accounting * client: numa client and config plumbing * lib: add a stack implementation * tools: remove ec2info tool * plugins: fixup testing for cgroups / numa changes * build: update makefile and package tests and cl
11 lines
184 B
Modula-2
11 lines
184 B
Modula-2
module github.com/hashicorp/nomad/tools
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/hashicorp/go-set v0.1.11
|
|
github.com/shoenig/test v0.6.4
|
|
)
|
|
|
|
require github.com/google/go-cmp v0.5.9 // indirect
|