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/example/load-font
|
|
|
|
go 1.12
|
|
|
|
replace github.com/steambap/captcha => ../../
|
|
|
|
require (
|
|
github.com/steambap/captcha v0.0.0-00010101000000-000000000000
|
|
golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec
|
|
)
|