view 3rdpartylibs.sh @ 804:21609ba97357

client: improve legendelements for layerselection * Add a special hint to the layer data, so that we can detect points and specify which resolution we want for the legend. * Improve LineString to have a bend. * Actually take styles of the layer into account. * Do not act on TILE layers.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 15:00:52 +0200
parents d856e458dd64
children e23ae2c83427
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/etcd-io/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
go get -u -v github.com/golang/snappy