11 lines
331 B
Modula-2
11 lines
331 B
Modula-2
module netoik.io/netoik-website
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
)
|