15 lines
365 B
Modula-2
15 lines
365 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/klauspost/compress v1.18.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.60.0 // indirect
|
|
)
|
|
|
|
replace git.sharkk.net/Sky/LuaJIT-to-Go => ./luajit
|