fix!: use /v2 module path for Go modules

This commit is contained in:
2026-06-13 16:04:01 +10:00
parent c14db529f0
commit d2a21db3d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module git.nite07.com/nite/go-flaresolverr module git.nite07.com/nite/go-flaresolverr/v2
go 1.24.1 go 1.24.1
+1 -1
View File
@@ -3,7 +3,7 @@ package test
import ( import (
"testing" "testing"
"git.nite07.com/nite/go-flaresolverr" "git.nite07.com/nite/go-flaresolverr/v2"
) )
func TestGetV1(t *testing.T) { func TestGetV1(t *testing.T) {