open-nomad/api/go.mod

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
719 B
Modula-2
Raw Normal View History

2019-03-29 19:02:32 +00:00
module github.com/hashicorp/nomad/api
go 1.20
2019-03-29 19:02:32 +00:00
require (
github.com/docker/go-units v0.5.0
github.com/felixge/httpsnoop v1.0.3
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/cronexpr v1.1.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1
2019-12-16 11:47:10 +00:00
github.com/hashicorp/go-rootcerts v1.0.2
github.com/mitchellh/go-testing-interface v1.14.1
github.com/mitchellh/mapstructure v1.5.0
github.com/shoenig/test v0.6.6
golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a
)
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
2019-03-29 19:02:32 +00:00
)