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/nginxinc/nginx-plus-go-client
1+ module github.com/nginxinc/nginx-plus-go-client/v2
22
33go 1.22.6
44
Original file line number Diff line number Diff line change 44 "context"
55 "testing"
66
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"
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/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"
1212)
1313
1414const (
You can’t perform that action at this time.
0 commit comments