From 102b3f070198cc74c4159c3e8a9bc23a81e2b520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:52:17 +0000 Subject: [PATCH] Bump github.com/hashicorp/nomad from 1.6.0 to 1.6.1 Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- 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 52129a4..29a804e 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.6.0 + github.com/hashicorp/nomad v1.6.1 github.com/hashicorp/nomad/api v0.0.0-20230623202052-276c69bffde3 github.com/influxdata/influxdb-client-go/v2 v2.12.3 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index 6479ff3..3d91aff 100644 --- a/go.sum +++ b/go.sum @@ -187,8 +187,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc= 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.6.0 h1:HFR2+jfBN2LASqV+qP+p0Uzsxq3WobsO6y886cmZeSo= -github.com/hashicorp/nomad v1.6.0/go.mod h1:QGS113yr5cSkixiYcp5zO1ojJkHgzVfg49Rto1LVGi4= +github.com/hashicorp/nomad v1.6.1 h1:HHW3az3BqblxnuD+pkhKXTlMdc1HIalzbWhvr9pB5Ko= +github.com/hashicorp/nomad v1.6.1/go.mod h1:QGS113yr5cSkixiYcp5zO1ojJkHgzVfg49Rto1LVGi4= github.com/hashicorp/nomad/api v0.0.0-20230623202052-276c69bffde3 h1:px3ybv8g+4OnWrbhKCfmA/3OgFSfhKkTa2nPF7Mwg1w= github.com/hashicorp/nomad/api v0.0.0-20230623202052-276c69bffde3/go.mod h1:Xjd3OXUTfsWbCCBsQd3EdfPTz5evDi+fxqdvpN+WqQg= github.com/hashicorp/raft v1.2.0/go.mod h1:vPAJM8Asw6u8LxC3eJCUZmRP/E4QmUGE1R7g7k8sG/8=