Update tests to use v2
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package pgproto3_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/jackc/pgproto3"
|
"github.com/jackc/pgproto3/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestBackendReceiveInterrupted(t *testing.T) {
|
func TestBackendReceiveInterrupted(t *testing.T) {
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
||||||
"github.com/jackc/pgproto3"
|
"github.com/jackc/pgproto3/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
type interruptReader struct {
|
type interruptReader struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user