File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- module github.com/nginxinc/nginx-plus-go-client
1
+ module github.com/nginxinc/nginx-plus-go-client/v2
2
2
3
3
go 1.22.6
4
4
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"testing"
6
6
7
- "github.com/nginxinc/nginx-plus-go-client/client"
8
- "github.com/nginxinc/nginx-plus-go-client/tests/helpers"
7
+ "github.com/nginxinc/nginx-plus-go-client/v2/ client"
8
+ "github.com/nginxinc/nginx-plus-go-client/v2/ tests/helpers"
9
9
)
10
10
11
11
// TestStatsNoStream tests the peculiar behavior of getting Stream-related
Original file line number Diff line number Diff line change 7
7
"testing"
8
8
"time"
9
9
10
- "github.com/nginxinc/nginx-plus-go-client/client"
11
- "github.com/nginxinc/nginx-plus-go-client/tests/helpers"
10
+ "github.com/nginxinc/nginx-plus-go-client/v2/ client"
11
+ "github.com/nginxinc/nginx-plus-go-client/v2/ tests/helpers"
12
12
)
13
13
14
14
const (
You can’t perform that action at this time.
0 commit comments