view 3rdpartylibs.sh @ 205:2a152816fc38

Renamed the file containing the connection pool to a more suited one.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 22 Jul 2018 10:24:28 +0200
parents 0116aae1071b
children 11d1a488b08f
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/coreos/bbolt/...