switch to plain net/smtp
This commit is contained in:
7
go.mod
7
go.mod
@@ -2,13 +2,11 @@ module git.coopgo.io/coopgo-platform/emailing
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/spf13/viper v1.13.0
|
||||
github.com/wneessen/go-mail v0.6.1
|
||||
)
|
||||
require github.com/spf13/viper v1.13.0
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/magiconair/properties v1.8.6 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
@@ -19,7 +17,6 @@ require (
|
||||
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/subosito/gotenv v1.4.1 // indirect
|
||||
golang.org/x/crypto v0.33.0 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user