annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
d93ccf1aba1b Fixed interpreter in third party library downloader.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 134
diff changeset
1 #!/bin/sh
0
f771210e4484 Initial checkin. Some thrid party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 go get -u -v github.com/jackc/pgx
148
0116aae1071b Made ConnectionPool an interface and use current in-memory implementation.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 146
diff changeset
3 go get -u -v github.com/coreos/bbolt/...