Moonshark/go.mod
2025-04-03 21:10:26 -05:00

18 lines
500 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/andybalholm/brotli v1.1.1 // indirect
github.com/goccy/go-json v0.10.5 // 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
)
replace git.sharkk.net/Sky/LuaJIT-to-Go => ./luajit