File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "sort"
99 "strings"
1010
11- "github.com/spf13/cobra"
1211 "github.com/farico/webhookstash-cli/internal/api"
1312 "github.com/farico/webhookstash-cli/internal/config"
13+ "github.com/spf13/cobra"
1414)
1515
1616var (
Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "github.com/spf13/cobra"
98 "github.com/farico/webhookstash-cli/internal/api"
109 "github.com/farico/webhookstash-cli/internal/config"
10+ "github.com/spf13/cobra"
1111)
1212
1313var (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
33import (
44 "fmt"
55
6- "github.com/spf13/cobra"
76 "github.com/farico/webhookstash-cli/internal/config"
7+ "github.com/spf13/cobra"
88)
99
1010func newLogoutCmd () * cobra.Command {
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import (
1313 "syscall"
1414 "time"
1515
16- "github.com/spf13/cobra"
1716 "github.com/farico/webhookstash-cli/internal/auth"
1817 "github.com/farico/webhookstash-cli/internal/config"
1918 "github.com/farico/webhookstash-cli/internal/websocket"
19+ "github.com/spf13/cobra"
2020)
2121
2222// ANSI color codes
Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "github.com/spf13/cobra"
87 "github.com/farico/webhookstash-cli/internal/config"
8+ "github.com/spf13/cobra"
99)
1010
1111func newProjectsCmd () * cobra.Command {
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "fmt"
66
7- "github.com/spf13/cobra"
87 "github.com/farico/webhookstash-cli/internal/api"
98 "github.com/farico/webhookstash-cli/internal/config"
9+ "github.com/spf13/cobra"
1010)
1111
1212var (
You can’t perform that action at this time.
0 commit comments