From 6f850bc6a4facc6c0a58a04862585a6d116f5c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 15:15:16 +0100 Subject: [PATCH] build(deps): bump github.com/google/uuid in /tracking (#40) Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tracking/go.mod | 2 +- tracking/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tracking/go.mod b/tracking/go.mod index e5f5983..e0cdbb7 100644 --- a/tracking/go.mod +++ b/tracking/go.mod @@ -6,5 +6,5 @@ require ( github.com/blacklane/go-libs/logger v0.2.0 github.com/blacklane/go-libs/x/events v0.0.0-20200729083625-bff51d3ec664 github.com/google/go-cmp v0.5.0 - github.com/google/uuid v1.1.1 + github.com/google/uuid v1.2.0 ) diff --git a/tracking/go.sum b/tracking/go.sum index aa64d17..147fbe1 100644 --- a/tracking/go.sum +++ b/tracking/go.sum @@ -36,6 +36,8 @@ github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs= +github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=