24 lines
669 B
Modula-2
24 lines
669 B
Modula-2
module homelab.lan/music-agregator
|
|
|
|
go 1.26.2
|
|
|
|
require github.com/rs/zerolog v1.35.1
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/net v0.51.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
google.golang.org/grpc v1.81.0
|
|
google.golang.org/protobuf v1.36.11
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|