view 3rdpartylibs.sh @ 1117:ef7c102497b8

added default zoom level for search results that are cities/villages
author Markus Kottlaender <markus@intevation.de>
date Tue, 06 Nov 2018 07:30:49 +0100
parents e23ae2c83427
children 27d1405e49de
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
go get -u -v github.com/jonas-p/go-shp