summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-25 09:20:41 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2021-01-25 11:07:19 -0500
commita86d23c750d8605b356dc564ea60fa305ccee8e1 (patch)
tree999acb149926ef529f3c1f4b33e9049fc279c564 /go.mod
parent479fc226044b745ecaafc2d5fa925afe6ca06de0 (diff)
downloadpodman-a86d23c750d8605b356dc564ea60fa305ccee8e1.tar.gz
podman-a86d23c750d8605b356dc564ea60fa305ccee8e1.tar.bz2
podman-a86d23c750d8605b356dc564ea60fa305ccee8e1.zip
Bump github.com/google/uuid from 1.1.5 to 1.2.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.5...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d2bcc3e96..1f8ad9ece 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/godbus/dbus/v5 v5.0.3
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
- github.com/google/uuid v1.1.5
+ github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-multierror v1.1.0