From c116219b62db0c6cd4f646fd66a94b529020fc6d Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 20 Apr 2019 13:01:11 -0500 Subject: [PATCH] Update tests to use v2 --- backend_test.go | 2 +- frontend_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend_test.go b/backend_test.go index 6cba81b6..cd8788b8 100644 --- a/backend_test.go +++ b/backend_test.go @@ -3,7 +3,7 @@ package pgproto3_test import ( "testing" - "github.com/jackc/pgproto3" + "github.com/jackc/pgproto3/v2" ) func TestBackendReceiveInterrupted(t *testing.T) { diff --git a/frontend_test.go b/frontend_test.go index d3e57f81..2d5c8de7 100644 --- a/frontend_test.go +++ b/frontend_test.go @@ -5,7 +5,7 @@ import ( "github.com/pkg/errors" - "github.com/jackc/pgproto3" + "github.com/jackc/pgproto3/v2" ) type interruptReader struct {