From 0e52829a07b51fdfcc1942ed64326d9a08a584c6 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Oct 2019 11:13:24 -0500 Subject: [PATCH] Clarify Go module requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1a55c5b..fd16ded6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The toolkit part is a related set of packages that implement PostgreSQL function and type mapping between PostgreSQL and Go. These underlying packages can be used to implement alternative drivers, proxies, load balancers, logical replication clients, etc. +The current release of pgx `v4` requires Go modules. Checkout and vendor branch `v3` to use the previous version. + ## Example Usage ```go