summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-08 13:03:03 +0000
committerGitHub <noreply@github.com>2020-09-08 13:03:03 +0000
commit83a33744bccef14e4f14f32456b090ce1952d8b6 (patch)
tree33b0d53fc0a6d058bd58fa2dd18314df8e32cc06 /go.mod
parentd3516f9b4285685d669e976dbbf74cf7fef927d4 (diff)
chore(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 5cc574e4..e5ba5f74 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/boltdb/bolt v1.3.1
github.com/docker/libkv v0.2.1
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
- github.com/google/uuid v1.1.1
+ github.com/google/uuid v1.1.2
github.com/gosimple/slug v1.9.0
github.com/hairyhenderson/toml v0.3.1-0.20191004034452-2a4f3b6160f2
github.com/hashicorp/consul/api v1.6.0