module github.com/adanrsantos/ThePlaceHolders go 1.23 require ( github.com/gorilla/sessions v1.4.0 golang.org/x/crypto v0.27.0 ) 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 )