mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 21:06:24 -07:00
19 lines
727 B
Modula-2
19 lines
727 B
Modula-2
module github.com/gochan-org/gochan
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/aquilax/tripcode v1.0.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/frustra/bbcode v0.0.0-20180807171629-48be21ce690c
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/lib/pq v1.8.0
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/nranchev/go-libGeoIP v0.0.0-20170629073846-d6d4a9a4c7e8 // indirect
|
|
// github.com/nranchev/go-libGeoIP v0.0.0-20170629073846-d6d4a9a4c7e8 // indirect
|
|
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-20201016220609-9e8e0b390897
|
|
golang.org/x/net v0.0.0-20201022231255-08b38378de70
|
|
)
|