aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-19 05:22:00 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-20 20:19:46 +0200
commitc18279229cf8239a8cac501a261155a2fccc47ac (patch)
tree21ff4e2aa1cfcaf7ef2eb3dd1c72b79fce03b136
parent5a93e91c40c6b24500d3334f0b567f82f602be95 (diff)
downloadfeed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.tar.gz
feed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.tar.bz2
feed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.zip
Bump github.com/google/go-cmp from 0.4.1 to 0.5.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 697d67d..1c9ab7f 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
github.com/emersion/go-message v0.11.3-0.20200422153910-8c6ac6b57e3d
github.com/gabriel-vasile/mimetype v1.1.0
- github.com/google/go-cmp v0.4.1
+ github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.1.1
github.com/mmcdole/gofeed v1.0.0
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
diff --git a/go.sum b/go.sum
index b1b2039..5667752 100644
--- a/go.sum
+++ b/go.sum
@@ -35,6 +35,8 @@ github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0=
github.com/google/go-cmp v0.4.1/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/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/lucasb-eyer/go-colorful v1.0.2/go.mod h1:0MS4r+7BZKSJ5mw4/S5MPN+qHFF1fYclkSPilDOKW0s=