diff 3rdpartylibs.sh @ 148:0116aae1071b

Made ConnectionPool an interface and use current in-memory implementation.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 02 Jul 2018 11:00:19 +0200
parents f48306e87cfb
children 11d1a488b08f
line wrap: on
line diff
--- a/3rdpartylibs.sh	Mon Jul 02 10:34:56 2018 +0200
+++ b/3rdpartylibs.sh	Mon Jul 02 11:00:19 2018 +0200
@@ -1,2 +1,3 @@
 #!/bin/sh
 go get -u -v github.com/jackc/pgx
+go get -u -v github.com/coreos/bbolt/...