refactor: refactor whole project to based on cobra commands

This commit is contained in:
Theis
2024-10-08 20:00:43 +02:00
parent ded0dc8779
commit 0e57a48f61
11 changed files with 649 additions and 153 deletions
+3
View File
@@ -8,7 +8,10 @@ require (
github.com/99designs/gqlgen v0.17.31 // indirect
github.com/Khan/genqlient v0.6.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vektah/gqlparser/v2 v2.5.6 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/sync v0.6.0 // indirect