Moonshark/go.mod
2025-04-03 21:56:27 -05:00

22 lines
690 B
Modula-2

module git.sharkk.net/Sky/Moonshark
go 1.24.1
require git.sharkk.net/Sky/LuaJIT-to-Go v0.0.0
require (
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/panjf2000/ants/v2 v2.11.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.60.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)
replace git.sharkk.net/Sky/LuaJIT-to-Go => ./luajit