view 3rdpartylibs.sh @ 437:b8366b24dc55

Added two tables to configure the WFS/WMS services of gemma. * sys_admin.external_services maps a local name to an external URL. * sys_admin.published_services publishes tables from the database with an optional style as WMS and/or WFS.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 20 Aug 2018 18:10:55 +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