mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 10:10:39 -06:00
15 lines
352 B
Modula-2
15 lines
352 B
Modula-2
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
|
|
)
|