diff --git a/go.mod b/go.mod index 918fd88..6fb1a4f 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 92ee013..2ec1da9 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 a93af8f..1217f5a 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 (