view 3rdpartylibs.sh @ 1062:d3bdad8ed8d3

client: simply code structure and add author * Move drawMode from being a parameter to maplayer to being aquired from the application store within Maplayer.vue. This way Main.vue does not need to know about drawMode, which is a minor simplification. * Add Bernhard to the authors of Maplayer.vue.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 25 Oct 2018 21:10:23 +0200
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