justcaptcha/go.mod

11 lines
215 B
Modula-2
Raw Permalink Normal View History

2023-08-12 22:39:42 +04:00
module git.arav.su/Arav/justcaptcha/v2
go 1.12
require github.com/fogleman/gg v1.3.0
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2023-08-12 22:12:05 +04:00
golang.org/x/image v0.11.0 // indirect
)