summaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgproto3/v2/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jackc/pgproto3/v2/go.mod')
-rw-r--r--vendor/github.com/jackc/pgproto3/v2/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/jackc/pgproto3/v2/go.mod b/vendor/github.com/jackc/pgproto3/v2/go.mod
new file mode 100644
index 000000000..36041a94a
--- /dev/null
+++ b/vendor/github.com/jackc/pgproto3/v2/go.mod
@@ -0,0 +1,9 @@
+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
+)