2022-06-24 23:09:46 +04:00
|
|
|
module justcaptcha
|
|
|
|
|
2022-08-19 02:31:02 +04:00
|
|
|
go 1.18
|
2022-06-24 23:09:46 +04:00
|
|
|
|
|
|
|
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
|
2022-08-19 02:31:02 +04:00
|
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
2022-06-24 23:09:46 +04:00
|
|
|
)
|