Files
go-playground/projects/greenlight/go.mod
T

20 lines
490 B
Modula-2

module greenlight.debuggingjon.dev
go 1.25.0
require (
github.com/felixge/httpsnoop v1.0.1
github.com/go-mail/mail/v2 v2.3.0
github.com/joho/godotenv v1.5.1
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.0
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.49.0
golang.org/x/time v0.15.0
)
require (
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
)