Skip to content

Commit

Permalink
BUG/MINOR: main: rename imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jun 7, 2023
1 parent 38641c7 commit 6b50279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"

"haproxytech/hcl-converter/configuration"
"github.com/haproxytech/hcl-converter/configuration"
)

var usage string = `Usage:
Expand Down
2 changes: 1 addition & 1 deletion tests/converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"strings"
"testing"

"haproxytech/hcl-converter/configuration"
"github.com/haproxytech/hcl-converter/configuration"
)

func TestConverter(t *testing.T) {
Expand Down

0 comments on commit 6b50279

Please sign in to comment.