From a711a9824d3b8b70d62a5c662bd13e3e96871d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:16:25 +0000 Subject: [PATCH] build(deps): bump github.com/rogpeppe/fastuuid Bumps [github.com/rogpeppe/fastuuid](https://github.com/rogpeppe/fastuuid) from 0.0.0-20150106093220-6724a57986af to 1.2.0. - [Release notes](https://github.com/rogpeppe/fastuuid/releases) - [Commits](https://github.com/rogpeppe/fastuuid/commits/v1.2.0) --- updated-dependencies: - dependency-name: github.com/rogpeppe/fastuuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e3752444..1a777352 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/juju/zip v0.0.0-20160205105221-f6b1e93fa2e2 github.com/julienschmidt/httprouter v1.3.0 github.com/prometheus/client_golang v1.11.0 - github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af + github.com/rogpeppe/fastuuid v1.2.0 golang.org/x/net v0.0.0-20200904194848-62affa334b73 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b gopkg.in/errgo.v1 v1.0.1 diff --git a/go.sum b/go.sum index 3e864863..e6849309 100644 --- a/go.sum +++ b/go.sum @@ -229,8 +229,9 @@ github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3x github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/rogpeppe/clock v0.0.0-20190514195947-2896927a307a h1:3QH7VyOaaiUHNrA9Se4YQIRkDTCw1EJls9xTUCaCeRM= github.com/rogpeppe/clock v0.0.0-20190514195947-2896927a307a/go.mod h1:4r5QyqhjIWCcK8DO4KMclc5Iknq5qVBAlbYYzAbUScQ= -github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= +github.com/rogpeppe/fastuuid v1.2.0 h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s= +github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=