27 lines
752 B
Modula-2
27 lines
752 B
Modula-2
module unlock-music.dev/cli
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/go-flac/flacpicture v0.3.0
|
|
github.com/go-flac/flacvorbis v0.2.0
|
|
github.com/go-flac/go-flac v1.0.0
|
|
github.com/samber/lo v1.47.0
|
|
github.com/urfave/cli/v2 v2.27.5
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
|
|
golang.org/x/text v0.20.0
|
|
unlock-music.dev/mmkv v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
|
)
|