mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 19:56:22 -07:00
17 lines
565 B
Modula-2
Executable file
17 lines
565 B
Modula-2
Executable file
module github.com/gochan-org/gochan
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/aquilax/tripcode v1.0.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/frustra/bbcode v0.0.0-20201127003707-6ef347fbe1c8
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mojocn/base64Captcha v1.3.4
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
)
|