mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 12:36:23 -07:00
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module github.com/gochan-org/gochan
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/CuberL/glua-async v0.0.0-20190614102843-43f22221106d
|
|
github.com/Eggbertx/durationutil v1.0.0
|
|
github.com/aquilax/tripcode v1.0.1
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/frustra/bbcode v0.0.0-20201127003707-6ef347fbe1c8
|
|
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.31.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/uptrace/bunrouter v1.0.20
|
|
github.com/vadv/gopher-lua-libs v0.5.0
|
|
github.com/yuin/gopher-lua v1.1.0
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/image v0.13.0
|
|
golang.org/x/net v0.17.0
|
|
layeh.com/gopher-luar v1.0.11
|
|
)
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.46.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cbroglie/mustache v1.4.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.17.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.9 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 // indirect
|
|
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|