Skip to content

Commit 4c9f5d7

Browse files
committed
BUG/MEDIUM: go: use v4 path
1 parent 307d8b8 commit 4c9f5d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aspell/aspell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"sort"
1010
"strings"
1111

12-
"github.com/haproxytech/check-commit/match"
12+
"github.com/haproxytech/check-commit/v4/match"
1313

1414
"github.com/fatih/camelcase"
1515
)

aspell_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"testing"
88

9-
"github.com/haproxytech/check-commit/aspell"
9+
"github.com/haproxytech/check-commit/v4/aspell"
1010
)
1111

1212
func Test_Aspell(t *testing.T) {

check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"unicode"
1717
"unicode/utf8"
1818

19-
"github.com/haproxytech/check-commit/aspell"
19+
"github.com/haproxytech/check-commit/v4/aspell"
2020

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/haproxytech/check-commit
1+
module github.com/haproxytech/check-commit/v4
22

33
go 1.22
44

0 commit comments

Comments
 (0)