2
0

Remove pkg/errors package

This commit is contained in:
Jack Christensen
2019-08-31 11:53:26 -05:00
parent 1ba5dcbe01
commit 2bc8f2e6af
9 changed files with 17 additions and 26 deletions
-2
View File
@@ -3,8 +3,6 @@ module github.com/jackc/pgproto3/v2
go 1.12
require (
github.com/jackc/chunkreader v1.0.0
github.com/jackc/chunkreader/v2 v2.0.0
github.com/jackc/pgio v1.0.0
github.com/pkg/errors v0.8.1
)