Skip to content

Commit d1b648a

Browse files
faricoclaude
andcommitted
style: fix gofmt formatting after import path migration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b49d0d commit d1b648a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

cmd/webhookstash/event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
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

1616
var (

cmd/webhookstash/evidence.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
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

1313
var (

cmd/webhookstash/logout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package main
33
import (
44
"fmt"
55

6-
"github.com/spf13/cobra"
76
"github.com/farico/webhookstash-cli/internal/config"
7+
"github.com/spf13/cobra"
88
)
99

1010
func newLogoutCmd() *cobra.Command {

cmd/webhookstash/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cmd/webhookstash/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
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

1111
func newProjectsCmd() *cobra.Command {

cmd/webhookstash/replay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
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

1212
var (

0 commit comments

Comments
 (0)