From 303e749adaa65cdf399b5e56343e227312459f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:11:00 +0000 Subject: [PATCH] Bump github.com/hashicorp/nomad from 1.4.1 to 1.4.2 Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/hashicorp/nomad/releases) - [Changelog](https://github.com/hashicorp/nomad/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/hashicorp/nomad/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/nomad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 432a63f..c2ea118 100644 --- a/go.mod +++ b/go.mod @@ -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.1 + github.com/hashicorp/nomad v1.4.2 github.com/hashicorp/nomad/api v0.0.0-20221021223845-dbd742d8057d github.com/influxdata/influxdb-client-go/v2 v2.11.0 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index fa876d4..76df277 100644 --- a/go.sum +++ b/go.sum @@ -190,8 +190,8 @@ github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn github.com/hashicorp/memberlist v0.3.1/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.5.0 h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM= github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0= -github.com/hashicorp/nomad v1.4.1 h1:UatlZg+AODscDACys/9X28cgh3/7Mlhw6MX6EvwIBAM= -github.com/hashicorp/nomad v1.4.1/go.mod h1:jfi5PcV1EeqqUwgQkyyu3i7Xm58bwglAV0KgRFUK4Wg= +github.com/hashicorp/nomad v1.4.2 h1:ywXODBplzOKu/gqfBVWOwbJcFodjR7tlIHidhv4Gbao= +github.com/hashicorp/nomad v1.4.2/go.mod h1:fs+8dvfSnbARTFKYTnou4igUT4vfCLuB4koPIpeXH98= github.com/hashicorp/nomad/api v0.0.0-20221021223845-dbd742d8057d h1:QdledA/Hf+uSPj/RjxwlEKEOAGUar626uskMTWbkFW8= github.com/hashicorp/nomad/api v0.0.0-20221021223845-dbd742d8057d/go.mod h1:y1Ps5QZUaQt2YVVMJL3XL2jdq4gkvZ+GATFPxav2in0= github.com/hashicorp/raft v1.2.0/go.mod h1:vPAJM8Asw6u8LxC3eJCUZmRP/E4QmUGE1R7g7k8sG/8=