mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module git.um-react.app/um/cli
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.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.52.0
|
|
github.com/unlock-music/go-mmkv v0.1.3
|
|
github.com/urfave/cli/v2 v2.27.7
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.44.0
|
|
golang.org/x/text v0.31.0
|
|
modernc.org/sqlite v1.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
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 v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
modernc.org/libc v1.66.10 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|