Bump github.com/hashicorp/nomad from 1.4.3 to 1.4.4

Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.4.3 to 1.4.4.
- [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.4.3...v1.4.4)

---
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-02-16 10:28:21 +00:00
committed by GitHub
parent 7d86a7c9a9
commit 7f6233ea2e
2 changed files with 9 additions and 4 deletions

4
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.4.3
github.com/hashicorp/nomad v1.4.4
github.com/hashicorp/nomad/api v0.0.0-20221222153625-f45244154288
github.com/influxdata/influxdb-client-go/v2 v2.12.2
github.com/mitchellh/mapstructure v1.5.0
@ -80,6 +80,7 @@ require (
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
@ -102,5 +103,6 @@ require (
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)