summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-31 09:45:26 -0400
committerGitHub <noreply@github.com>2020-08-31 09:45:26 -0400
commit3352e8b0e6bb77344a4470ef86b2d2dc6262a668 (patch)
tree3aa275c9a348f02ed2c6638fcea57e04c21b5aa1 /go.mod
parent24a335b0aeedfb04dea5b0d498b5984458f73779 (diff)
parentcf147050d40296d15ec92cb97b55351cc236735e (diff)
downloadpodman-3352e8b0e6bb77344a4470ef86b2d2dc6262a668.tar.gz
podman-3352e8b0e6bb77344a4470ef86b2d2dc6262a668.tar.bz2
podman-3352e8b0e6bb77344a4470ef86b2d2dc6262a668.zip
Merge pull request #7507 from containers/dependabot/go_modules/github.com/google/uuid-1.1.2
Bump github.com/google/uuid from 1.1.1 to 1.1.2
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 fca4c14f6..71d71e1e2 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,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.1
+ github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-multierror v1.1.0