view 3rdpartylibs.sh @ 274:4d37c8646123

chore: .hgignore updated In order to prevent accidential commits of gemma, session.data or buildbase sources those excluded in .hgignore
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 30 Jul 2018 12:59:01 +0200
parents 63dd5216eee4
children 0777aa6de45b
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/coreos/bbolt/...
go get -u -v github.com/mitchellh/go-homedir
go get -u -v github.com/spf13/cobra
go get -u -v github.com/spf13/viper
go get -u -v github.com/gorilla/mux