2019-03-29 19:02:32 +00:00
|
|
|
module github.com/hashicorp/nomad/api
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-04-11 11:55:10 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2019-03-29 19:02:32 +00:00
|
|
|
github.com/docker/go-units v0.3.3
|
2019-10-04 15:57:29 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2020-05-12 20:20:00 +00:00
|
|
|
github.com/hashicorp/cronexpr v1.1.0
|
2019-03-29 19:02:32 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2019-12-16 11:47:10 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2019-03-29 19:02:32 +00:00
|
|
|
github.com/kr/pretty v0.1.0
|
2021-11-17 13:38:35 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1
|
2020-11-05 18:04:18 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3
|
2020-04-11 11:55:10 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-10-14 19:16:10 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-04-11 11:55:10 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2019-03-29 19:02:32 +00:00
|
|
|
)
|