From ea4b3ffb147b7e002d664d0154aebd374388d680 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 2 Mar 2017 20:24:44 -0600 Subject: [PATCH] Remove reference to gopkg.in It doesn't work with sub-packages and now that Go has vendoring in the standard build system it is less necessary. fixes #164 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f5e54139..63e4e797 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,4 @@ Change the following settings in your postgresql.conf: ## Version Policy -pgx follows semantic versioning for the documented public API on stable releases. Branch ```v2``` is the latest stable release. ```master``` can contain new features or behavior that will change or be removed before being merged to the stable ```v2``` branch (in practice, this occurs very rarely). - -Consider using a vendoring -tool such as [godep](https://github.com/tools/godep) or importing pgx via ```import -"gopkg.in/jackc/pgx.v2"``` to lock to the ```v2``` branch. +pgx follows semantic versioning for the documented public API on stable releases. Branch `v2` is the latest stable release. `master` can contain new features or behavior that will change or be removed before being merged to the stable `v2` branch (in practice, this occurs very rarely).