diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-15 08:43:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 08:43:27 -0500 |
commit | 3ceef004e3848d5fbddcf084c0db3f1ebe789312 (patch) | |
tree | 207854dc2bd119e9f046bdb48bd964359b301afb /go.mod | |
parent | 82462aca7f7afa4310a4fc855a0c375d0ea0ef6e (diff) | |
parent | 3ac930f00280d5a6f7ce4e215f4ad574d557da7c (diff) | |
download | podman-3ceef004e3848d5fbddcf084c0db3f1ebe789312.tar.gz podman-3ceef004e3848d5fbddcf084c0db3f1ebe789312.tar.bz2 podman-3ceef004e3848d5fbddcf084c0db3f1ebe789312.zip |
Merge pull request #8981 from containers/dependabot/go_modules/github.com/google/uuid-1.1.5
Bump github.com/google/uuid from 1.1.4 to 1.1.5
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.4 + github.com/google/uuid v1.1.5 github.com/gorilla/mux v1.8.0 github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.0 |