view 3rdpartylibs.sh @ 378:88aa790d1437

Do not assume existance of a specific database in setup In case the invoking database user has no database of the same name, we can just use the database we want to create anyhow.
author Tom Gottfried <tom@intevation.de>
date Fri, 10 Aug 2018 13:42:51 +0200
parents bd292a554b6e
children 4a637b333417
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
go get -u -v github.com/rs/cors
go get -u -v golang.org/x/net/html/charset