File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- module github.com/nginx/nginx-plus-go-client/v2
1+ module github.com/nginx/nginx-plus-go-client/v3
22
33go 1.24.2
44
Original file line number Diff line number Diff line change 44 "context"
55 "testing"
66
7- "github.com/nginx/nginx-plus-go-client/v2 /client"
8- "github.com/nginx/nginx-plus-go-client/v2 /tests/helpers"
7+ "github.com/nginx/nginx-plus-go-client/v3 /client"
8+ "github.com/nginx/nginx-plus-go-client/v3 /tests/helpers"
99)
1010
1111// TestStatsNoStream tests the peculiar behavior of getting Stream-related
Original file line number Diff line number Diff line change 77 "testing"
88 "time"
99
10- "github.com/nginx/nginx-plus-go-client/v2 /client"
11- "github.com/nginx/nginx-plus-go-client/v2 /tests/helpers"
10+ "github.com/nginx/nginx-plus-go-client/v3 /client"
11+ "github.com/nginx/nginx-plus-go-client/v3 /tests/helpers"
1212)
1313
1414const (
You can’t perform that action at this time.
0 commit comments