diff options
Diffstat (limited to 'vendor/github.com/jackc/pgproto3/v2/go.mod')
-rw-r--r-- | vendor/github.com/jackc/pgproto3/v2/go.mod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/jackc/pgproto3/v2/go.mod b/vendor/github.com/jackc/pgproto3/v2/go.mod deleted file mode 100644 index 36041a94a..000000000 --- a/vendor/github.com/jackc/pgproto3/v2/go.mod +++ /dev/null @@ -1,9 +0,0 @@ -module github.com/jackc/pgproto3/v2 - -go 1.12 - -require ( - github.com/jackc/chunkreader/v2 v2.0.0 - github.com/jackc/pgio v1.0.0 - github.com/stretchr/testify v1.4.0 -) |