From 6dc82bb4cb7799b8d633d66623115587400a8959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:20:54 +0000 Subject: [PATCH] Bump github.com/hashicorp/nomad from 1.7.3 to 1.7.4 in /src/api Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.7.3 to 1.7.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.7.3...v1.7.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/nomad dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/api/go.mod | 2 +- src/api/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/go.mod b/src/api/go.mod index 5667634..55b946a 100644 --- a/src/api/go.mod +++ b/src/api/go.mod @@ -7,7 +7,7 @@ require ( github.com/gin-contrib/cors v1.5.0 github.com/gin-gonic/gin v1.9.1 github.com/go-ldap/ldap/v3 v3.4.6 - github.com/hashicorp/nomad v1.7.3 + github.com/hashicorp/nomad v1.7.4 github.com/spf13/cobra v1.8.0 github.com/swaggo/files v1.0.1 github.com/swaggo/gin-swagger v1.6.0 diff --git a/src/api/go.sum b/src/api/go.sum index aa29783..a640127 100644 --- a/src/api/go.sum +++ b/src/api/go.sum @@ -303,8 +303,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.7.3 h1:iNZFZaSi+kcnm4+Po/mrn1GKJ2spDJehgtLpvADYHlk= -github.com/hashicorp/nomad v1.7.3/go.mod h1:SBmk/k507T3B65May9GTLJwybafDTUSdpxX+jJvumSc= +github.com/hashicorp/nomad v1.7.4 h1:kPUdSaplel73SsOD23oklTV8IlUn49Tp38GzxlKngVQ= +github.com/hashicorp/nomad v1.7.4/go.mod h1:ODv3GAlYBpozum6CWU/0iDzB1pU8w2uj71K6MtRNt3o= github.com/hashicorp/raft v1.2.0/go.mod h1:vPAJM8Asw6u8LxC3eJCUZmRP/E4QmUGE1R7g7k8sG/8= github.com/hashicorp/raft v1.5.0 h1:uNs9EfJ4FwiArZRxxfd/dQ5d33nV31/CdCHArH89hT8= github.com/hashicorp/raft v1.5.0/go.mod h1:pKHB2mf/Y25u3AHNSXVRv+yT+WAnmeTX0BwVppVQV+M=