comparison 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
comparison
equal deleted inserted replaced
147:5ca6f436d0b7 148:0116aae1071b
1 #!/bin/sh 1 #!/bin/sh
2 go get -u -v github.com/jackc/pgx 2 go get -u -v github.com/jackc/pgx
3 go get -u -v github.com/coreos/bbolt/...