summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-15 09:18:29 +0000
committerValentin Rothberg <rothberg@redhat.com>2021-01-15 12:18:46 +0100
commit3ac930f00280d5a6f7ce4e215f4ad574d557da7c (patch)
treea079777946e067ab3feb8cd5d7777b1f3e7791b5 /go.mod
parent3fcf346890c0437611fc18c30d58cc2d9f61fe6c (diff)
downloadpodman-3ac930f00280d5a6f7ce4e215f4ad574d557da7c.tar.gz
podman-3ac930f00280d5a6f7ce4e215f4ad574d557da7c.tar.bz2
podman-3ac930f00280d5a6f7ce4e215f4ad574d557da7c.zip
Bump github.com/google/uuid from 1.1.4 to 1.1.5
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@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 9f3bf4042..d3a2f955f 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.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