Skip to content

Commit

Permalink
Update go module to use v2 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 24, 2024
1 parent 96e662d commit dc00e3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions tests/client_no_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit dc00e3d

Please sign in to comment.