🎉 Begin setting up mpd
This commit is contained in:
parent
3c59c64966
commit
d3a2695302
5 changed files with 80 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -2,8 +2,12 @@ module codeberg.org/danjones000/mpc-plus
|
|||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/fhs/gompd/v2 v2.3.0
|
||||
github.com/spf13/cobra v1.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/cobra v1.7.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue