aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-10 22:01:21 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:01:49 +0200
commit83b91c8ba25a2d69e7c6932319206ef23d4b707e (patch)
treeb33cb636566f254b54504c224984f7158a0e4901 /go.mod
parent3c9908319f6b676796e4f10c046a6087359c3960 (diff)
downloadfeed2imap-go-83b91c8ba25a2d69e7c6932319206ef23d4b707e.tar.gz
feed2imap-go-83b91c8ba25a2d69e7c6932319206ef23d4b707e.tar.bz2
feed2imap-go-83b91c8ba25a2d69e7c6932319206ef23d4b707e.zip
Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 097ce58..f57bc63 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
github.com/emersion/go-message v0.16.0
github.com/gabriel-vasile/mimetype v1.4.0
- github.com/google/go-cmp v0.5.7
+ github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/nightlyone/lockfile v1.0.0