mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 15:46:23 -07:00
23 lines
838 B
Modula-2
23 lines
838 B
Modula-2
module github.com/gochan-org/gochan
|
|
|
|
go 1.16
|
|
|
|
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.6
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.7 // indirect
|
|
github.com/uptrace/bunrouter v1.0.19 // indirect
|
|
github.com/vadv/gopher-lua-libs v0.4.1 // indirect
|
|
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
layeh.com/gopher-luar v1.0.10
|
|
)
|