17 lines
362 B
Modula-2
17 lines
362 B
Modula-2
module Moonshark
|
|
|
|
go 1.24.1
|
|
|
|
require git.sharkk.net/Sky/LuaJIT-to-Go v0.5.6
|
|
|
|
require github.com/goccy/go-json v0.10.5
|
|
|
|
require github.com/google/uuid v1.6.0
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.64.0
|
|
)
|