netoik-api/go.mod

12 lines
271 B
Modula-2
Raw Normal View History

2023-01-24 17:40:54 +00:00
module netoik.io/netoik-api
2023-01-19 15:49:23 +00:00
2023-01-24 17:40:54 +00:00
go 1.19
2023-01-19 15:49:23 +00:00
require (
2023-01-24 17:40:54 +00:00
github.com/dchest/captcha v1.0.0
github.com/pelletier/go-toml v1.9.5
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2023-01-19 15:49:23 +00:00
)
2023-01-24 17:40:54 +00:00
require gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect