25 lines
677 B
Modula-2
25 lines
677 B
Modula-2
module Moonshark
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
git.sharkk.net/Sky/LuaJIT-to-Go v0.0.0
|
|
github.com/VictoriaMetrics/fastcache v1.12.2
|
|
github.com/deneonet/benc v1.1.7
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.60.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|
|
|
|
replace git.sharkk.net/Sky/LuaJIT-to-Go => ./luajit
|