module Moonshark go 1.24.1 require ( git.sharkk.net/Sky/LuaJIT-to-Go v0.5.4 github.com/goccy/go-json v0.10.5 github.com/valyala/fasthttp v1.63.0 ) require ( github.com/VictoriaMetrics/fastcache v1.12.5 // indirect github.com/andybalholm/brotli v1.2.0 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/deneonet/benc v1.1.8 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/klauspost/compress v1.18.0 // indirect github.com/matoous/go-nanoid/v2 v2.1.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect golang.org/x/sys v0.33.0 // indirect )