mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module github.com/EQEmu/eqemu-docs-v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/k0kubun/pp v3.0.1+incompatible
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/muesli/termenv v0.15.2
|
|
github.com/otiai10/copy v1.14.0
|
|
github.com/spf13/cobra v1.8.0
|
|
gopkg.in/guregu/null.v4 v4.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.6 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.18.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
)
|