2019-03-29 19:02:32 +00:00
|
|
|
module github.com/hashicorp/nomad/api
|
|
|
|
|
2023-05-10 15:29:06 +00:00
|
|
|
go 1.20
|
2019-03-29 19:02:32 +00:00
|
|
|
|
|
|
|
require (
|
2022-09-26 14:30:17 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2023-05-22 15:45:31 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3
|
2022-07-12 23:49:31 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-07-10 10:23:00 +00:00
|
|
|
github.com/hashicorp/cronexpr v1.1.2
|
2021-11-17 13:42:34 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
2023-01-16 09:39:56 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2019-12-16 11:47:10 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2021-11-17 13:38:35 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1
|
2022-07-13 18:57:16 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2023-05-22 12:53:12 +00:00
|
|
|
github.com/shoenig/test v0.6.6
|
2023-01-12 14:20:54 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a
|
2022-01-24 18:16:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-10-18 14:46:25 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-01-16 09:39:56 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
2022-01-24 18:16:15 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2023-01-01 18:57:26 +00:00
|
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
2019-03-29 19:02:32 +00:00
|
|
|
)
|