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
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2019-11-19 09:16:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
|
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
|
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
|
2019-05-10 12:14:40 +01:00
|
|
|
)
|