aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-25 21:55:56 +0100
committerGitHub <noreply@github.com>2021-01-25 21:55:56 +0100
commit63cef43f0cfae9bffc5d1dde321121f222cbfb6a (patch)
treed9251922241a13179924b8e9ac85447c421cd0df /go.mod
parent23b879d72f9e2cf2b2d3924399605e0edebaa977 (diff)
parenta86d23c750d8605b356dc564ea60fa305ccee8e1 (diff)
downloadpodman-63cef43f0cfae9bffc5d1dde321121f222cbfb6a.tar.gz
podman-63cef43f0cfae9bffc5d1dde321121f222cbfb6a.tar.bz2
podman-63cef43f0cfae9bffc5d1dde321121f222cbfb6a.zip
Merge pull request #9081 from containers/dependabot/go_modules/github.com/google/uuid-1.2.0
Bump github.com/google/uuid from 1.1.5 to 1.2.0
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