Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBeke committed Oct 12, 2023
1 parent 1c0baa4 commit fc2432d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mistralmail/smtp
go 1.15

require (
github.com/mistralmail/mistralmail v0.0.0-20230820133126-a67c029ab787
github.com/mistralmail/mistralmail v0.0.0-20230910132058-b0347317ceb8
github.com/sirupsen/logrus v1.9.3
github.com/smartystreets/goconvey v1.6.4
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ github.com/mistralmail/gospf v0.0.0-20160422193406-a58dd1fcbf50/go.mod h1:R5f9k3
github.com/mistralmail/gospf v0.0.0-20230816151716-f0afe66cc671/go.mod h1:M/VZfrMy4xzEl1/g7GQcEcXgG7PiSYj6FUgW1mvVNgs=
github.com/mistralmail/imap v0.0.0-20230816155534-c5a8b2d4cdc5/go.mod h1:8Xz9iLfFAcBpB3RgxLdTn7EN+Odx9VtdFuDIm0MJDls=
github.com/mistralmail/mistralmail v0.0.0-20230816153246-91c2beaf5547/go.mod h1:MEbRS4PBmrmftEG3rYrVUdq6+LuliKx5i04TiAIai2I=
github.com/mistralmail/mistralmail v0.0.0-20230820133126-a67c029ab787 h1:pLYymRSdg10cel+h1cuClZZF1Wz5ZZN9vEut4MyziSE=
github.com/mistralmail/mistralmail v0.0.0-20230820133126-a67c029ab787/go.mod h1:g3E3dJfOS56JkDutYx7QiF6AZxrYBaOg3MFc71I0N8o=
github.com/mistralmail/mistralmail v0.0.0-20230910132058-b0347317ceb8 h1:pLYymRSdg10cel+h1cuClZZF1Wz5ZZN9vEut4MyziSE=
github.com/mistralmail/mistralmail v0.0.0-20230910132058-b0347317ceb8/go.mod h1:g3E3dJfOS56JkDutYx7QiF6AZxrYBaOg3MFc71I0N8o=
github.com/mistralmail/smtp v0.0.0-20190814094038-be4f841baca2/go.mod h1:AJp1u/8KPILg8rExYTncKOtg9sAATpdRTTgiOrzMAFQ=
github.com/mistralmail/smtp v0.0.0-20230816153543-329aae08a180/go.mod h1:PGxeM8si2tjHpyvok6f9GOZMZJzjq5z5GJhlJgTna0I=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
Expand Down

0 comments on commit fc2432d

Please sign in to comment.