refactor: use external email package
This commit is contained in:
5
go.mod
5
go.mod
@@ -1,8 +1,9 @@
|
||||
module gitea.urkob.com/urko/btc-pay-checker
|
||||
|
||||
go 1.20
|
||||
go 1.21.1
|
||||
|
||||
require (
|
||||
gitea.urkob.com/urko/emailsender v0.0.0-20231226090954-aca310503955
|
||||
gitea.urkob.com/urko/go-root-dir v0.0.0-20230311113851-2f6d4355888a
|
||||
github.com/docker/go-units v0.5.0
|
||||
github.com/gofiber/fiber/v2 v2.48.0
|
||||
@@ -12,7 +13,6 @@ require (
|
||||
github.com/pebbe/zmq4 v1.2.10
|
||||
github.com/stretchr/testify v1.8.4
|
||||
go.mongodb.org/mongo-driver v1.12.0
|
||||
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -22,6 +22,7 @@ require (
|
||||
github.com/gofiber/template v1.8.2 // indirect
|
||||
github.com/gofiber/utils v1.1.0 // indirect
|
||||
github.com/golang/snappy v0.0.1 // indirect
|
||||
github.com/google/go-cmp v0.5.8 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/klauspost/compress v1.16.5 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
||||
Reference in New Issue
Block a user