From b7dd34db75bbe5c9cce24c9b2bc67f751ac3675f Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Wed, 7 May 2014 08:54:17 +0200 Subject: [PATCH] update go dependencies (lib/pq) --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index c0ca9b2..e6f60e9 100644 --- a/README.md +++ b/README.md @@ -143,19 +143,10 @@ For best performance use [HyperLevelDB][libhyperleveldb] as an in-place replacem Imposm3 uses the following libraries. `go get` will fetch these: - -- - - - -For now you need to upgrade lib/pq to the bulk branch: - - cd $GOPATH/src/github.com/lib/pq - git remote add olt https://github.com/olt/libpq.git - git fetch olt - git checkout olt/bulk - - #### Other Fetching Imposm and the Go libraries requires [mercurial][] and [git][].