view 3rdpartylibs.sh @ 1104:9c15e3bf8066

removed unnecessary function and reduced code a bit Function was only used once and there is no way to deactivate the identify mode, thus this code doesn't need a function (for now). The event types can be passed as an array.
author Markus Kottlaender <markus@intevation.de>
date Fri, 02 Nov 2018 14:21:51 +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