chore: update deps

This commit is contained in:
eneller
2025-10-22 10:48:11 +02:00
parent 03358b2155
commit b701e59331
2 changed files with 9 additions and 31 deletions

View File

@@ -111,7 +111,7 @@ func main() {
Name: "getgroups",
Usage: "print all available group info",
Action: func(ctx context.Context, cmd *cli.Command) error {
fmt.Println(client.GetJoinedGroups())
fmt.Println(client.GetJoinedGroups(ctx))
return nil
},
},