diff --git a/go.mod b/go.mod index 39fef917..f62a1c16 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nginx/nginx-plus-go-client/v2 +module github.com/nginx/nginx-plus-go-client/v3 go 1.24.2 diff --git a/tests/client_no_stream_test.go b/tests/client_no_stream_test.go index 2e85fea5..d6ce2f47 100644 --- a/tests/client_no_stream_test.go +++ b/tests/client_no_stream_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/nginx/nginx-plus-go-client/v2/client" - "github.com/nginx/nginx-plus-go-client/v2/tests/helpers" + "github.com/nginx/nginx-plus-go-client/v3/client" + "github.com/nginx/nginx-plus-go-client/v3/tests/helpers" ) // TestStatsNoStream tests the peculiar behavior of getting Stream-related diff --git a/tests/client_test.go b/tests/client_test.go index aaeed124..0907fc89 100644 --- a/tests/client_test.go +++ b/tests/client_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/nginx/nginx-plus-go-client/v2/client" - "github.com/nginx/nginx-plus-go-client/v2/tests/helpers" + "github.com/nginx/nginx-plus-go-client/v3/client" + "github.com/nginx/nginx-plus-go-client/v3/tests/helpers" ) const (