view 3rdpartylibs.sh @ 288:4befc5868ea6

Mark input in user controllers as unused if they don't need a JSON input.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 31 Jul 2018 11:32:50 +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