Added resend, fixed CSRF
This commit is contained in:
@@ -7,6 +7,7 @@ require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/resend/resend-go/v2 v2.15.0
|
||||
github.com/uptrace/bun v1.2.8
|
||||
github.com/uptrace/bun/dialect/pgdialect v1.2.8
|
||||
github.com/uptrace/bun/driver/pgdriver v1.2.8
|
||||
@@ -22,7 +23,6 @@ require (
|
||||
require (
|
||||
github.com/gorilla/csrf v1.7.2 // direct
|
||||
github.com/gorilla/securecookie v1.1.2 // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -39,6 +39,5 @@ require (
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
||||
mellium.im/sasl v0.3.2 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user