view 3rdpartylibs.sh @ 1164:dc99decbf9e3

added input to enter cross cut coordinates manually currently the input field is placed in the cross profile view, so you need to make a first cut to access this field. There needs to be another field that is accesible immediately, without making a cross cut first. Duplicated code needs to be fixed/centralized. UI needs to be improved.
author Markus Kottlaender <markus@intevation.de>
date Wed, 14 Nov 2018 09:03:20 +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