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.
captcha/go.mod

16 lines
613 B
Modula-2
Raw Normal View History

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
2020-07-08 07:09:46 +01:00
golang.org/x/image v0.0.0-20200618115811-c13761719519
2019-11-19 09:16:45 +00:00
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
)