Skip to content

Commit 72d16a4

Browse files
committed
align imports
1 parent c69cf82 commit 72d16a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/gbd/gbd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/fsnotify/fsnotify"
1313
"github.com/spf13/cobra"
1414

15-
"github.com/panosg/gbd/pkg/gbd"
15+
"github.com/PanagiotisGts/gbd/pkg/gbd"
1616
)
1717

1818
var stack *gbd.Stack

pkg/gbd/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/testcontainers/testcontainers-go/network"
1515
"gopkg.in/yaml.v3"
1616

17-
"github.com/panosg/gbd/internal/utils"
17+
"github.com/PanagiotisGts/gbd/internal/utils"
1818
)
1919

2020
type Env struct {

pkg/gbd/stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/testcontainers/testcontainers-go"
1414
"gopkg.in/yaml.v3"
1515

16-
"github.com/panosg/gbd/internal/utils"
16+
"github.com/PanagiotisGts/gbd/internal/utils"
1717
)
1818

1919
type Stack struct {

0 commit comments

Comments
 (0)