mirror of
https://github.com/wenlng/go-captcha.git
synced 2025-09-26 20:11:15 +08:00
8 lines
148 B
Modula-2
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
|
|
) |