ThePlaceHolders/go.mod

15 lines
352 B
Modula-2
Raw Normal View History

2024-09-25 18:05:04 -05:00
module github.com/adanrsantos/ThePlaceHolders
2024-09-26 01:11:22 -05:00
go 1.23
2024-09-27 14:37:49 -05:00
require (
2024-09-27 15:57:10 -05:00
github.com/gorilla/sessions v1.4.0
golang.org/x/crypto v0.27.0
2024-09-27 14:37:49 -05:00
)
2024-09-27 15:57:10 -05:00
2024-10-23 18:09:48 -05:00
require (
github.com/gorilla/securecookie v1.1.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
)