diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-13 10:49:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 10:49:42 -0400 |
commit | 1611e0e5a335a024d1e58b7fc36fb0f931e13799 (patch) | |
tree | d8e8199a0d5c96f24eb22dbb904f3f43642e5f73 /go.mod | |
parent | 4458d2230e31c963e740a78878d593cfe6e2f0a5 (diff) | |
parent | 7d6f3c4dc6e5f68eadcaf9d639b79626aab38c74 (diff) | |
download | podman-1611e0e5a335a024d1e58b7fc36fb0f931e13799.tar.gz podman-1611e0e5a335a024d1e58b7fc36fb0f931e13799.tar.bz2 podman-1611e0e5a335a024d1e58b7fc36fb0f931e13799.zip |
Merge pull request #10921 from containers/dependabot/go_modules/github.com/google/uuid-1.3.0
Bump github.com/google/uuid from 1.2.0 to 1.3.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/godbus/dbus/v5 v5.0.4 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf - github.com/google/uuid v1.2.0 + github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.1 |