This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
|
module github.com/steambap/captcha
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
)
|