Skip to content

Commit 1d7067d

Browse files
committed
MAJOR: increase version to v5 to be perfectly compatible with proxy requirements
1 parent 4c9f5d7 commit 1d7067d

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/v4/match"
12+
"github.com/haproxytech/check-commit/v5/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/v4/aspell"
9+
"github.com/haproxytech/check-commit/v5/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/v4/aspell"
19+
"github.com/haproxytech/check-commit/v5/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/v4
1+
module github.com/haproxytech/check-commit/v5
22

33
go 1.22
44

0 commit comments

Comments
 (0)