view 3rdpartylibs.sh @ 210:a0e2c6bb3cb3

Remove obsolete GRANT on user_profiles Even sys_admin should write in this table only via user management functions.
author Tom Gottfried <tom@intevation.de>
date Mon, 23 Jul 2018 16:40:21 +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/...