From 79352003950a70d073cb563ba9f9c22fa1660766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:06:21 +0000 Subject: [PATCH] Bump github.com/google/go-cmp from 0.5.0 to 0.5.5 in /tracking Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.0 to 0.5.5. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.0...v0.5.5) Signed-off-by: dependabot[bot] --- 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..f850d61 100644 --- a/tracking/go.mod +++ b/tracking/go.mod @@ -5,6 +5,6 @@ go 1.14 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/go-cmp v0.5.5 github.com/google/uuid v1.1.1 ) diff --git a/tracking/go.sum b/tracking/go.sum index aa64d17..9af25a5 100644 --- a/tracking/go.sum +++ b/tracking/go.sum @@ -34,6 +34,8 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= 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/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= +github.com/google/go-cmp v0.5.5/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/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=