Skip to content

Commit

Permalink
removed dependency on MistralMail helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBeke committed Oct 12, 2023
1 parent cd752e2 commit 7c0bb0d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1,838 deletions.
10 changes: 8 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
module github.com/mistralmail/smtp

go 1.15
go 1.20

require (
github.com/mistralmail/mistralmail v0.0.0-20231012190358-dd397b2a28de
github.com/sirupsen/logrus v1.9.3
github.com/smartystreets/goconvey v1.6.4
)

require (
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)
Loading

0 comments on commit 7c0bb0d

Please sign in to comment.