Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5a9c504

Browse files
dependabot[bot]justinclift
authored andcommitted
build(deps): bump github.com/smtp2go-oss/smtp2go-go from 1.0.2 to 1.0.3
Bumps [github.com/smtp2go-oss/smtp2go-go](https://github.com/smtp2go-oss/smtp2go-go) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/smtp2go-oss/smtp2go-go/releases) - [Commits](smtp2go-oss/smtp2go-go@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/smtp2go-oss/smtp2go-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fe8511 commit 5a9c504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/jackc/pgx/v5 v5.5.5
2727
github.com/minio/minio-go v6.0.14+incompatible
2828
github.com/pkg/errors v0.9.1
29-
github.com/smtp2go-oss/smtp2go-go v1.0.2
29+
github.com/smtp2go-oss/smtp2go-go v1.0.3
3030
github.com/sqlitebrowser/github_flavored_markdown v0.0.0-20190120045821-b8cf8f054e47
3131
golang.org/x/oauth2 v0.19.0
3232
gorm.io/driver/postgres v1.5.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
156156
github.com/smartystreets/assertions v1.13.1 h1:Ef7KhSmjZcK6AVf9YbJdvPYG9avaF0ZxudX+ThRdWfU=
157157
github.com/smartystreets/goconvey v1.8.0 h1:Oi49ha/2MURE0WexF052Z0m+BNSGirfjg5RL+JXWq3w=
158158
github.com/smartystreets/goconvey v1.8.0/go.mod h1:EdX8jtrTIj26jmjCOVNMVSIYAtgexqXKHOXW2Dx9JLg=
159-
github.com/smtp2go-oss/smtp2go-go v1.0.2 h1:vXkqx9kyoQIuetyV3nm40b+OZevihhgb78X4vA/u2fs=
160-
github.com/smtp2go-oss/smtp2go-go v1.0.2/go.mod h1:lkv36awQXRBWAvnd517FFESKvne8465KCu90lPThcEY=
159+
github.com/smtp2go-oss/smtp2go-go v1.0.3 h1:CuNY5CXw53r9GKa1xjuS1koWDzpXb1rGcHG0TGk0hiM=
160+
github.com/smtp2go-oss/smtp2go-go v1.0.3/go.mod h1:lkv36awQXRBWAvnd517FFESKvne8465KCu90lPThcEY=
161161
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d h1:yKm7XZV6j9Ev6lojP2XaIshpT4ymkqhMeSghO5Ps00E=
162162
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d/go.mod h1:UdhH50NIW0fCiwBSr0co2m7BnFLdv4fQTgdqdJTHFeE=
163163
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=

0 commit comments

Comments
 (0)