view 3rdpartylibs.sh @ 936:f27fe4e9bfd9

client: improve morphology mode * Allow profiles for line segments starting within a bottleneck area, by not updating the selectedBottleneck in the Morphtool component if drawMode is active. Also disable the drawMode if the selected Morphology is cleared.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 08 Oct 2018 18:09:28 +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