2
0

Use Go modules

This commit is contained in:
Jack Christensen
2019-03-30 12:55:56 -05:00
parent 79ffab9836
commit fbdfccf1f9
10 changed files with 41 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
module github.com/jackc/pgconn
go 1.12
require (
github.com/jackc/pgio v1.0.0
github.com/jackc/pgpassfile v1.0.0
github.com/jackc/pgproto3 v1.0.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)