2
0

Use extracted packages with Go modules

This commit is contained in:
Jack Christensen
2019-04-05 10:52:23 -05:00
parent d287776d97
commit 858d00788a
130 changed files with 118 additions and 6787 deletions
+14
View File
@@ -0,0 +1,14 @@
module github.com/jackc/pgx
go 1.12
require (
github.com/cockroachdb/apd v1.1.0
github.com/jackc/pgconn v0.0.0-20190330221323-ed7d91dc9873
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3 v1.0.0
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/stretchr/testify v1.3.0
)