view 3rdpartylibs.sh @ 220:11d1a488b08f

Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 Jul 2018 17:45:17 +0200
parents 0116aae1071b
children 63dd5216eee4
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