aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-09 20:01:36 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-09-10 20:14:15 +0200
commit8b00cfe783f5b3e821d330e919fa9a4a4a5f0260 (patch)
tree8219ed33d3d2221305e9da59e5748b23cdb90aba /go.mod
parent5e793418f913813a38158aeab6e4cbc646976659 (diff)
downloadfeed2imap-go-8b00cfe783f5b3e821d330e919fa9a4a4a5f0260.tar.gz
feed2imap-go-8b00cfe783f5b3e821d330e919fa9a4a4a5f0260.tar.bz2
feed2imap-go-8b00cfe783f5b3e821d330e919fa9a4a4a5f0260.zip
Bump github.com/google/go-cmp from 0.5.8 to 0.5.9
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.8...v0.5.9) --- 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 c3a8d44..790b3d1 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.1
- github.com/google/go-cmp v0.5.8
+ github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/nightlyone/lockfile v1.0.0