diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-04 15:16:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 15:16:41 +0100 |
commit | f261bfc54961c156c3a4acc2cd1c5379a83f1c0b (patch) | |
tree | 2fa2d225d5f51e35a401e2bb9e833e4e25341a6c /go.mod | |
parent | 8e4d19da1547985c5f3aa01eae82db70644d15f1 (diff) | |
parent | b5e4ab0faa337919b38380c6255d96a9070eb7b5 (diff) | |
download | podman-f261bfc54961c156c3a4acc2cd1c5379a83f1c0b.tar.gz podman-f261bfc54961c156c3a4acc2cd1c5379a83f1c0b.tar.bz2 podman-f261bfc54961c156c3a4acc2cd1c5379a83f1c0b.zip |
Merge pull request #8859 from containers/dependabot/go_modules/github.com/google/uuid-1.1.3
Bump github.com/google/uuid from 1.1.2 to 1.1.3
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.2 + github.com/google/uuid v1.1.3 github.com/gorilla/mux v1.8.0 github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.0 |