37 lines
1.2 KiB
Modula-2
37 lines
1.2 KiB
Modula-2
module Moonshark
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
git.sharkk.net/Go/LRU v1.0.0
|
|
git.sharkk.net/Sharkk/Fin v1.2.0
|
|
git.sharkk.net/Sky/LuaJIT-to-Go v0.5.2
|
|
github.com/VictoriaMetrics/fastcache v1.12.4
|
|
github.com/alexedwards/argon2id v1.0.0
|
|
github.com/deneonet/benc v1.1.8
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/golang/snappy v1.0.0
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.62.0
|
|
zombiezen.com/go/sqlite v1.4.2
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
modernc.org/libc v1.65.8 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.37.1 // indirect
|
|
)
|