1module tangled.org/moth11.net/lrcdaemon
2
3go 1.24.2
4
5require github.com/rachel-mp4/lrcd v0.1.0
6
7require (
8 github.com/gorilla/websocket v1.5.3 // indirect
9 github.com/rachel-mp4/lrcproto v1.2.0 // indirect
10 google.golang.org/protobuf v1.36.10 // indirect
11)