mirror of
https://github.com/wenlng/go-captcha.git
synced 2025-12-24 12:38:00 +08:00
9 lines
152 B
Modula-2
9 lines
152 B
Modula-2
module github.com/wenlng/go-captcha/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/image v0.16.0
|
|
)
|