15 lines
613 B
Modula-2
15 lines
613 B
Modula-2
module github.com/steambap/captcha
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519
|
|
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
|
|
)
|