summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-07 05:34:08 -0500
committerGitHub <noreply@github.com>2021-01-07 05:34:08 -0500
commit68c9e02df72cbdfb2d239fb1de020bc1e0dabad3 (patch)
tree61fab0a1c2faed54c9432d4947baf54d34ce6c9f /go.mod
parent355e387692b15b151d65e58b580581382eee7f62 (diff)
parentbfbd915d625802ef2187e14d00acf13ea27502d7 (diff)
downloadpodman-68c9e02df72cbdfb2d239fb1de020bc1e0dabad3.tar.gz
podman-68c9e02df72cbdfb2d239fb1de020bc1e0dabad3.tar.bz2
podman-68c9e02df72cbdfb2d239fb1de020bc1e0dabad3.zip
Merge pull request #8884 from containers/dependabot/go_modules/github.com/google/uuid-1.1.4
Bump github.com/google/uuid from 1.1.3 to 1.1.4
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 0398c5bad..9e76ea297 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.3
+ github.com/google/uuid v1.1.4
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-multierror v1.1.0