2020-04-29 17:44:29 -07:00
|
|
|
module github.com/gochan-org/gochan
|
|
|
|
|
2023-08-30 12:32:41 -07:00
|
|
|
go 1.20
|
2020-04-29 17:44:29 -07:00
|
|
|
|
|
|
|
require (
|
2023-10-20 09:41:37 -07:00
|
|
|
github.com/CuberL/glua-async v0.0.0-20190614102843-43f22221106d
|
2023-08-28 12:33:43 -07:00
|
|
|
github.com/Eggbertx/durationutil v1.0.0
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/aquilax/tripcode v1.0.1
|
2023-10-25 13:52:31 -07:00
|
|
|
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
|
2020-04-29 17:44:29 -07:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-02-04 11:44:19 -08:00
|
|
|
github.com/frustra/bbcode v0.0.0-20201127003707-6ef347fbe1c8
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
|
|
github.com/lib/pq v1.10.9
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
2023-10-20 09:41:37 -07:00
|
|
|
github.com/rs/zerolog v1.31.0
|
2023-08-28 12:33:43 -07:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2020-04-29 17:44:29 -07:00
|
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/uptrace/bunrouter v1.0.20
|
2023-10-20 09:41:37 -07:00
|
|
|
github.com/vadv/gopher-lua-libs v0.5.0
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/yuin/gopher-lua v1.1.0
|
2023-10-11 22:30:24 +00:00
|
|
|
golang.org/x/crypto v0.14.0
|
2023-10-20 09:41:37 -07:00
|
|
|
golang.org/x/image v0.13.0
|
2023-10-11 22:30:24 +00:00
|
|
|
golang.org/x/net v0.17.0
|
2023-10-20 09:41:37 -07:00
|
|
|
layeh.com/gopher-luar v1.0.11
|
2020-04-29 17:44:29 -07:00
|
|
|
)
|
2023-03-19 16:55:01 -07:00
|
|
|
|
|
|
|
require (
|
2023-06-09 10:15:41 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-10-25 13:52:31 -07:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-10-20 09:41:37 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-12-06 14:54:51 -08:00
|
|
|
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
|
2023-06-09 10:15:41 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-25 13:52:31 -07:00
|
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
2023-03-19 16:55:01 -07:00
|
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
2023-06-02 13:04:12 -07:00
|
|
|
github.com/tdewolff/test v1.0.9 // indirect
|
2023-03-19 16:55:01 -07:00
|
|
|
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
|
2023-10-11 22:30:24 +00:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-10-25 13:52:31 -07:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2023-06-09 10:15:41 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-10-27 17:03:13 -07:00
|
|
|
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf // indirect
|
2023-03-19 16:55:01 -07:00
|
|
|
)
|