diff 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 diff
--- a/3rdpartylibs.sh	Tue Jul 24 16:19:05 2018 +0200
+++ b/3rdpartylibs.sh	Tue Jul 24 17:45:17 2018 +0200
@@ -1,3 +1,6 @@
 #!/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