2
0

Add go module support

This commit is contained in:
Jack Christensen
2019-03-30 12:26:24 -05:00
parent 440fbf1581
commit 16176b5151
28 changed files with 41 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/jackc/pgproto3
go 1.12
require (
github.com/jackc/chunkreader v1.0.0
github.com/jackc/pgio v1.0.0
github.com/pkg/errors v0.8.1
)