33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module git.destefano.cloud/texasmade/RocketLeagueBot-Renderer
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.52.13
|
|
github.com/gofiber/websocket/v2 v2.2.1
|
|
github.com/klauspost/compress v1.18.6
|
|
github.com/ncruces/go-sqlite3 v0.34.3
|
|
golang.org/x/crypto v0.52.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/fasthttp/websocket v1.5.12 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mattn/go-runewidth v0.0.24 // indirect
|
|
github.com/ncruces/go-sqlite3-wasm v1.6.35300 // indirect
|
|
github.com/ncruces/go-sqlite3-wasm/v2 v2.6.35301 // indirect
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20250924091648-bce9a52d7761 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.71.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|