Files
go-captcha/go.mod
2024-08-04 23:09:41 +08:00

8 lines
148 B
Modula-2

module github.com/wenlng/go-captcha
go 1.16
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.16.0
)