feat: add watch flag

This commit is contained in:
Unlock Music Dev
2022-12-25 20:23:59 +08:00
parent a928611a8d
commit dfbb807e41
3 changed files with 72 additions and 1 deletions

2
go.mod
View File

@@ -3,6 +3,7 @@ module unlock-music.dev/cli
go 1.19
require (
github.com/fsnotify/fsnotify v1.6.0
github.com/go-flac/flacpicture v0.2.0
github.com/go-flac/flacvorbis v0.1.0
github.com/go-flac/go-flac v0.3.1
@@ -22,5 +23,6 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/sys v0.2.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)