view 3rdpartylibs.sh @ 3535:337e9f85f84c

Prevent non-erased gauge version to have empty validity range This is a follow-up to revision ba0339118d9c, that did not introduce such constraint by virtue of missing that we have the information which gauge is 'current' readily at hand in the erased flag.
author Tom Gottfried <tom@intevation.de>
date Wed, 29 May 2019 18:41:35 +0200
parents f95ec0bb565c
children 2893ee8ce06f
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
# MIT

go get -u -v github.com/etcd-io/bbolt/...
# MIT

go get -u -v github.com/mitchellh/go-homedir
# MIT

go get -u -v github.com/spf13/cobra
# Apache-2.0

go get -u -v github.com/spf13/viper
# MIT

go get -u -v github.com/gorilla/mux
# BSD-3-Clause

go get -u -v gopkg.in/gomail.v2
# MIT

go get -u -v github.com/rs/cors
# MIT

go get -u -v golang.org/x/net/html/charset
# Go License (aka BSD-3-Clause?)

go get -u -v github.com/golang/snappy
# BSD-3-Clause

go get -u -v github.com/jonas-p/go-shp
# MIT

go get -u -v github.com/robfig/cron
# MIT

go get -u -v github.com/tidwall/rtree
# MIT

go get -u -v golang.org/x/sync/semaphore
# Go License (aka BSD-3-Clause?)

go get -u -v gonum.org/v1/gonum/stat
# BSD-3-Clause

## list of additional licenses that get fetched and installed as dependencies
# github.com/fsnotify/fsnotify/ BSD-3-Clause
# github.com/hashicorp/hcl/ MPL-2.0
# github.com/magiconair/properties/ BSD-2-Clause
# github.com/mitchellh/go-homedir/ MIT
# github.com/mitchellh/mapstructure MIT
# github.com/pelletier/go-toml/ MIT
# github.com/pkg/errors BSD-2-Clause
# github.com/spf13/afero/ Apache 2.0
# github.com/spf13/cast MIT
# github.com/spf13/jwalterweatherman MIT
# gopkg.in/yaml.v2/#