|
module netoik.io/netoik-api
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/dchest/captcha v1.0.0
|
|
github.com/pelletier/go-toml v1.9.5
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|
|
|
|
require gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|