Skip to content

Commit 79f09c6

Browse files
committed
feat: update module path for v2.0.0 release
BREAKING CHANGE: Module path now includes /v2 suffix as required by Go modules semver
1 parent 40c91b0 commit 79f09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/jferrl/go-githubauth
1+
module github.com/jferrl/go-githubauth/v2
22

33
go 1.25
44

0 commit comments

Comments
 (0)