diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-07 05:34:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 05:34:08 -0500 |
commit | 68c9e02df72cbdfb2d239fb1de020bc1e0dabad3 (patch) | |
tree | 61fab0a1c2faed54c9432d4947baf54d34ce6c9f /go.mod | |
parent | 355e387692b15b151d65e58b580581382eee7f62 (diff) | |
parent | bfbd915d625802ef2187e14d00acf13ea27502d7 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |