...

Text file src/github.com/jackc/pgproto3/v2/go.mod

Documentation: github.com/jackc/pgproto3/v2

     1module github.com/jackc/pgproto3/v2
     2
     3go 1.12
     4
     5require (
     6	github.com/jackc/chunkreader/v2 v2.0.0
     7	github.com/jackc/pgio v1.0.0
     8	github.com/stretchr/testify v1.4.0
     9)

View as plain text