github.com/hashicorp/nomad/api@v0.0.0-20240306165712-3193ac204f65/go.mod (about)

     1  module github.com/hashicorp/nomad/api
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/docker/go-units v0.5.0
     7  	github.com/felixge/httpsnoop v1.0.3
     8  	github.com/gorilla/websocket v1.5.0
     9  	github.com/hashicorp/cronexpr v1.1.2
    10  	github.com/hashicorp/go-cleanhttp v0.5.2
    11  	github.com/hashicorp/go-multierror v1.1.1
    12  	github.com/hashicorp/go-rootcerts v1.0.2
    13  	github.com/mitchellh/go-testing-interface v1.14.1
    14  	github.com/mitchellh/mapstructure v1.5.0
    15  	github.com/shoenig/test v1.7.1
    16  	golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
    17  )
    18  
    19  require (
    20  	github.com/google/go-cmp v0.6.0 // indirect
    21  	github.com/hashicorp/errwrap v1.0.0 // indirect
    22  	github.com/mitchellh/go-homedir v1.1.0 // indirect
    23  	github.com/stretchr/testify v1.8.1 // indirect
    24  )