open-nomad/api/go.mod

15 lines
395 B
Modula-2
Raw Normal View History

2019-03-29 19:02:32 +00:00
module github.com/hashicorp/nomad/api
go 1.12
require (
github.com/docker/go-units v0.3.3
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/gorilla/websocket v1.4.1
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
github.com/mitchellh/go-testing-interface v1.0.0
github.com/stretchr/testify v1.3.0
)