Skip to content

Commit 5e5905c

Browse files
committed
🎨 Move utils
1 parent 14d42da commit 5e5905c

File tree

14 files changed

+6
-6
lines changed

14 files changed

+6
-6
lines changed

cmd/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/pterm/pterm"
3131
"github.com/shurcooL/graphql"
3232
"github.com/spf13/cobra"
33-
"github.com/stoe/gh-report/utils"
33+
"github.com/stoe/gh-report/internal/utils"
3434
"gopkg.in/yaml.v2"
3535
)
3636

cmd/billing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/pterm/pterm"
3131
"github.com/shurcooL/graphql"
3232
"github.com/spf13/cobra"
33-
"github.com/stoe/gh-report/utils"
33+
"github.com/stoe/gh-report/internal/utils"
3434
)
3535

3636
var (

cmd/license.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/MakeNowJust/heredoc"
2929
"github.com/pterm/pterm"
3030
"github.com/spf13/cobra"
31-
"github.com/stoe/gh-report/utils"
31+
"github.com/stoe/gh-report/internal/utils"
3232
)
3333

3434
var (

cmd/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/pterm/pterm"
3131
"github.com/shurcooL/graphql"
3232
"github.com/spf13/cobra"
33-
"github.com/stoe/gh-report/utils"
33+
"github.com/stoe/gh-report/internal/utils"
3434
)
3535

3636
var (

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"github.com/cli/go-gh/pkg/repository"
3636
"github.com/shurcooL/graphql"
3737
"github.com/spf13/cobra"
38-
"github.com/stoe/gh-report/utils"
38+
"github.com/stoe/gh-report/internal/utils"
3939
)
4040

4141
var (

cmd/verified_emails.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/pterm/pterm"
3131
"github.com/shurcooL/graphql"
3232
"github.com/spf13/cobra"
33-
"github.com/stoe/gh-report/utils"
33+
"github.com/stoe/gh-report/internal/utils"
3434
)
3535

3636
var (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)