view 3rdpartylibs.sh @ 318:1a2dfd9351e9

Add example configuration and use it in dockerised backend Besides the documenting effect of an example, using it in a docker container makes it easier to change configuration via a volume of the running container.
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Aug 2018 12:48:59 +0200
parents 0777aa6de45b
children c23eb0f34e39
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
go get -u -v gopkg.in/gomail.v2