summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-05 09:18:48 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2021-01-05 10:10:46 -0500
commitbfbd915d625802ef2187e14d00acf13ea27502d7 (patch)
tree52a4ec03d653a42d756bcab84d2bf0fd340de463 /go.mod
parent618c35570de19f1ecdcfb49e87871287205809f2 (diff)
downloadpodman-bfbd915d625802ef2187e14d00acf13ea27502d7.tar.gz
podman-bfbd915d625802ef2187e14d00acf13ea27502d7.tar.bz2
podman-bfbd915d625802ef2187e14d00acf13ea27502d7.zip
Bump github.com/google/uuid from 1.1.3 to 1.1.4
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.3...v1.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 d154a1fda..743892f02 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