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.
2019-05-10 12:14:40 +01:00
|
|
|
module github.com/steambap/captcha
|
|
|
|
|
2021-07-28 14:22:23 +01:00
|
|
|
go 1.16
|
2019-05-10 12:14:40 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2021-07-28 14:22:23 +01:00
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
2019-05-10 12:14:40 +01:00
|
|
|
)
|