This commit is contained in:
nite 2025-04-05 01:19:41 +11:00
parent fd3b5ce79e
commit 4644c2e667
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.nite07.com/nite/flaresolverr
module github.com/bestnite/go-flaresolverr
go 1.24.0

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"
"git.nite07.com/nite/flaresolverr"
"github.com/bestnite/go-flaresolverr"
)
func TestGetV1(t *testing.T) {