12 lines
219 B
Modula-2
12 lines
219 B
Modula-2
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
|
|
)
|