Files
nomad/api/go.mod
dependabot[bot] ababacc9ab chore(deps): bump github.com/shoenig/test from 1.12.1 to 1.12.2 in /api (#26757)
* chore(deps): bump github.com/shoenig/test from 1.12.1 to 1.12.2 in /api

Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/shoenig/test/releases)
- [Commits](https://github.com/shoenig/test/compare/v1.12.1...v1.12.2)

---
updated-dependencies:
- dependency-name: github.com/shoenig/test
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* root dep needs to be updated too

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2025-09-15 09:06:41 -04:00

23 lines
616 B
Modula-2

module github.com/hashicorp/nomad/api
go 1.20
require (
github.com/docker/go-units v0.5.0
github.com/felixge/httpsnoop v1.0.4
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/cronexpr v1.1.3
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-rootcerts v1.0.2
github.com/mitchellh/mapstructure v1.5.0
github.com/shoenig/test v1.12.2
)
require (
github.com/google/go-cmp v0.6.0 // 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
)