justcaptcha/go.mod

14 lines
243 B
Modula-2
Raw Normal View History

module justcaptcha
2022-10-20 22:47:57 +04:00
go 1.19
require (
github.com/fogleman/gg v1.3.0
github.com/julienschmidt/httprouter v1.3.0
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2023-01-08 17:32:31 +04:00
golang.org/x/image v0.3.0 // indirect
)