14 lines
271 B
Modula-2
14 lines
271 B
Modula-2
module justcaptcha
|
|
|
|
go 1.17
|
|
|
|
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
|
|
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
|
|
)
|