1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 01:56:24 -07:00
gochan/go.mod

37 lines
1.2 KiB
Modula-2
Raw Normal View History

module github.com/gochan-org/gochan
go 1.18
require (
github.com/Eggbertx/durationutil v1.0.0
2023-06-02 13:04:12 -07:00
github.com/aquilax/tripcode v1.0.1
github.com/disintegration/imaging v1.6.2
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
github.com/rs/zerolog v1.29.1
github.com/stretchr/testify v1.8.4
github.com/tdewolff/minify v2.3.6+incompatible
2023-06-02 13:04:12 -07:00
github.com/uptrace/bunrouter v1.0.20
github.com/vadv/gopher-lua-libs v0.4.1
2023-06-02 13:04:12 -07:00
github.com/yuin/gopher-lua v1.1.0
golang.org/x/crypto v0.9.0
golang.org/x/image v0.7.0
2023-06-02 13:04:12 -07:00
golang.org/x/net v0.10.0
layeh.com/gopher-luar v1.0.10
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2023-06-02 13:04:12 -07:00
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
2023-06-02 13:04:12 -07:00
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)