Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc00e3d

Browse files
authored
Update go module to use v2 (#386)
1 parent96e662d commitdc00e3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modulegithub.com/nginxinc/nginx-plus-go-client
1+
modulegithub.com/nginxinc/nginx-plus-go-client/v2
22

33
go1.22.6
44

‎tests/client_no_stream_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
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

‎tests/client_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
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

1414
const (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp