Implemented service delete command

This commit is contained in:
Philipp Wolfer 2023-12-08 17:27:04 +01:00
parent 7f2db58462
commit 543a9c666d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
5 changed files with 123 additions and 4 deletions

2
go.mod
View file

@ -10,6 +10,7 @@ require (
github.com/go-resty/resty/v2 v2.10.0
github.com/jarcoal/httpmock v1.3.1
github.com/manifoldco/promptui v0.9.0
github.com/pelletier/go-toml/v2 v2.1.0
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
github.com/spf13/cast v1.5.1
github.com/spf13/cobra v1.8.0
@ -42,7 +43,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.4 // indirect