diff --git a/go.mod b/go.mod index 918fd882..6fb1a4f1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nginxinc/nginx-plus-go-client +module github.com/nginxinc/nginx-plus-go-client/v2 go 1.22.6 diff --git a/tests/client_no_stream_test.go b/tests/client_no_stream_test.go index 92ee0130..2ec1da93 100644 --- a/tests/client_no_stream_test.go +++ b/tests/client_no_stream_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/nginxinc/nginx-plus-go-client/client" - "github.com/nginxinc/nginx-plus-go-client/tests/helpers" + "github.com/nginxinc/nginx-plus-go-client/v2/client" + "github.com/nginxinc/nginx-plus-go-client/v2/tests/helpers" ) // TestStatsNoStream tests the peculiar behavior of getting Stream-related diff --git a/tests/client_test.go b/tests/client_test.go index a93af8ff..1217f5ad 100644 --- a/tests/client_test.go +++ b/tests/client_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/nginxinc/nginx-plus-go-client/client" - "github.com/nginxinc/nginx-plus-go-client/tests/helpers" + "github.com/nginxinc/nginx-plus-go-client/v2/client" + "github.com/nginxinc/nginx-plus-go-client/v2/tests/helpers" ) const (