2
0

Finish import of chunkreader

This commit is contained in:
Jack Christensen
2022-02-21 14:29:39 -06:00
parent 44375443e1
commit 032ea5f5c0
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package pgproto3
import (
"io"
"github.com/jackc/chunkreader/v2"
"github.com/jackc/pgx/v5/chunkreader"
)
// ChunkReader is an interface to decouple github.com/jackc/chunkreader from this package.