From 2f3bf2f851b9cea92b5bc10c9b42b23c36234c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:07:42 +0000 Subject: [PATCH] chore(deps): bump github.com/mrz1836/postmark from 1.6.7 to 1.7.0 Bumps [github.com/mrz1836/postmark](https://github.com/mrz1836/postmark) from 1.6.7 to 1.7.0. - [Release notes](https://github.com/mrz1836/postmark/releases) - [Changelog](https://github.com/mrz1836/postmark/blob/master/.goreleaser.yml) - [Commits](https://github.com/mrz1836/postmark/compare/v1.6.7...v1.7.0) --- updated-dependencies: - dependency-name: github.com/mrz1836/postmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5c54687..fb15368 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/mediocregopher/radix/v4 v4.1.4 - github.com/mrz1836/postmark v1.6.7 + github.com/mrz1836/postmark v1.7.0 github.com/pilinux/argon2 v0.18.0 github.com/pilinux/crypt v0.0.13 github.com/pilinux/libgo v0.0.5 diff --git a/go.sum b/go.sum index b8c4bdc..fdbe1be 100644 --- a/go.sum +++ b/go.sum @@ -88,8 +88,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE= github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= -github.com/mrz1836/postmark v1.6.7 h1:eylRm/28cY5fa2OuM/lQVMMVOqWqV9zdA8ZawqTwoX0= -github.com/mrz1836/postmark v1.6.7/go.mod h1:6z5MxAH00Kj44owtQaryv9Pbqp5OKT3wWcRSydB0p0A= +github.com/mrz1836/postmark v1.7.0 h1:kbhO2mjyH20dKGutHpMJdu2BbxshlJf2gT7pXBTCP9s= +github.com/mrz1836/postmark v1.7.0/go.mod h1:6z5MxAH00Kj44owtQaryv9Pbqp5OKT3wWcRSydB0p0A= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= github.com/pilinux/argon2 v0.18.0 h1:qJUUdc3lpZE2aeOXulqcavvkD+gJ3nG8KzQQ4cSBD+Y=