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