diff 3rdpartylibs.sh @ 226:63dd5216eee4

Refactored gemma server to be more REST-like.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Jul 2018 12:24:30 +0200
parents 11d1a488b08f
children 0777aa6de45b
line wrap: on
line diff
--- a/3rdpartylibs.sh	Wed Jul 25 18:26:54 2018 +0200
+++ b/3rdpartylibs.sh	Thu Jul 26 12:24:30 2018 +0200
@@ -4,3 +4,4 @@
 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