mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
32 lines
1.0 KiB
Modula-2
32 lines
1.0 KiB
Modula-2
module backend
|
|
|
|
go 1.23.5
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/juli0n21/go-osu-parser v0.0.8
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237
|
|
google.golang.org/grpc v1.72.1
|
|
google.golang.org/protobuf v1.36.6
|
|
modernc.org/sqlite v1.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.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/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
|
|
modernc.org/libc v1.62.1 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.9.1 // indirect
|
|
)
|