summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-31 09:18:51 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-12-31 07:04:14 -0500
commitb5e4ab0faa337919b38380c6255d96a9070eb7b5 (patch)
tree0991728af39f0fffdc9b498512f90fb006c3c422 /go.mod
parentc6c9b45985790af50a78da4c222e10672f92c629 (diff)
downloadpodman-b5e4ab0faa337919b38380c6255d96a9070eb7b5.tar.gz
podman-b5e4ab0faa337919b38380c6255d96a9070eb7b5.tar.bz2
podman-b5e4ab0faa337919b38380c6255d96a9070eb7b5.zip
Bump github.com/google/uuid from 1.1.2 to 1.1.3
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 8312ae852..d154a1fda 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.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