2
0

Update tests to use v2

This commit is contained in:
Jack Christensen
2019-04-20 13:01:11 -05:00
parent 9b6a681f50
commit c116219b62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package pgproto3_test
import (
"testing"
"github.com/jackc/pgproto3"
"github.com/jackc/pgproto3/v2"
)
func TestBackendReceiveInterrupted(t *testing.T) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/pkg/errors"
"github.com/jackc/pgproto3"
"github.com/jackc/pgproto3/v2"
)
type interruptReader struct {