Bump github.com/hashicorp/nomad from 1.5.1 to 1.5.2

Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hashicorp/nomad/releases)
- [Changelog](https://github.com/hashicorp/nomad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/nomad/compare/v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/nomad
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-23 04:02:53 +00:00
committed by GitHub
parent c3e5afaad0
commit 715fc3ca14
2 changed files with 6 additions and 72 deletions

5
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/nomad v1.5.1
github.com/hashicorp/nomad v1.5.2
github.com/hashicorp/nomad/api v0.0.0-20230314144600-1a01e8719272
github.com/influxdata/influxdb-client-go/v2 v2.12.2
github.com/mitchellh/mapstructure v1.5.0
@ -74,7 +74,7 @@ require (
github.com/miekg/dns v1.1.52 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/mitchellh/pointerstructure v1.2.1 // indirect
@ -99,7 +99,6 @@ require (
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.29.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
oss.indeed.com/go/libtime v1.6.0 // indirect
)