From c35e2b7335ccf8a26bab7ce10c3820049c6e2412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:21:30 +0000 Subject: [PATCH] Bump github.com/google/uuid from 1.5.0 to 1.6.0 Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: indirect update-type: version-update:semver-minor ... 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 3b01768..9d70bb3 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( github.com/milindmadhukar/go-piston v0.0.0-20211122120254-64da61081d05 ) -require github.com/google/uuid v1.5.0 // indirect +require github.com/google/uuid v1.6.0 // indirect diff --git a/go.sum b/go.sum index f019c5b..3d998a3 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/anonyindian/gottbot v1.0.0-beta02 h1:OygZBiH22w9njUFRLiQSW4fGrlwUfL6DFefkNAxtR+Q= github.com/anonyindian/gottbot v1.0.0-beta02/go.mod h1:7RWCUN+v+4h4irYGz0L8z6tDqOdTaAo7s/uwgYJrVrY= -github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= -github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/milindmadhukar/go-piston v0.0.0-20211122120254-64da61081d05 h1:DJtDN26io353OHf60ahLS7ZmwnNmiMEoIL1Z5HT3v8I= github.com/milindmadhukar/go-piston v0.0.0-20211122120254-64da61081d05/go.mod h1:UGaEMhOv9qK6z4E663UiqUB1M7J+aXDJV716oclA8Dg=