diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-21 21:27:07 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-21 21:27:07 +0100 |
commit | b2229977dc298572c7653314152592c650ea06e6 (patch) | |
tree | a296d16bb01dc015adb3127e0540b1f842a5d96a /go.mod | |
parent | c60573a17b91f93af9b828452d437673bff1677d (diff) | |
download | feed2imap-go-b2229977dc298572c7653314152592c650ea06e6.tar.gz feed2imap-go-b2229977dc298572c7653314152592c650ea06e6.tar.bz2 feed2imap-go-b2229977dc298572c7653314152592c650ea06e6.zip |
Squashed commit of the following:
commit 566a4be47f6ecad7e047be396166defb0983a5ad
Author: René 'Necoro' Neumann <necoro@necoro.eu>
Date: Fri Jan 21 21:26:39 2022 +0100
go mod tidy
commit dac14cb08bcdccba6b0f98c01811eb7f9b934035
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Jan 21 20:03:20 2022 +0000
Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.7)
---
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.15.0 github.com/gabriel-vasile/mimetype v1.4.0 - github.com/google/go-cmp v0.5.6 + github.com/google/go-cmp v0.5.7 github.com/google/uuid v1.3.0 github.com/mitchellh/mapstructure v1.4.3 github.com/nightlyone/lockfile v1.0.0 |