Skip to content

Commit

Permalink
BUG/MEDIUM: go: use v4 path
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Aug 8, 2024
1 parent 307d8b8 commit 4c9f5d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aspell/aspell.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sort"
"strings"

"github.com/haproxytech/check-commit/match"
"github.com/haproxytech/check-commit/v4/match"

"github.com/fatih/camelcase"
)
Expand Down
2 changes: 1 addition & 1 deletion aspell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"testing"

"github.com/haproxytech/check-commit/aspell"
"github.com/haproxytech/check-commit/v4/aspell"
)

func Test_Aspell(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion check.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"unicode"
"unicode/utf8"

"github.com/haproxytech/check-commit/aspell"
"github.com/haproxytech/check-commit/v4/aspell"

"github.com/google/go-github/v56/github"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/haproxytech/check-commit
module github.com/haproxytech/check-commit/v4

go 1.22

Expand Down

0 comments on commit 4c9f5d7

Please sign in to comment.