2
0

Use golang.org/x/xerrors

This commit is contained in:
Jack Christensen
2019-04-20 12:57:52 -05:00
parent 39e6ff5766
commit cd629965e6
5 changed files with 18 additions and 16 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ go 1.12
require (
github.com/jackc/pgio v1.0.0
github.com/jackc/pgpassfile v1.0.0
github.com/jackc/pgproto3 v1.1.0
github.com/jackc/pgproto3 v1.1.0 // indirect
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190419041544-9b6a681f50bf
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
golang.org/x/text v0.3.0
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
)