annotate 3rdpartylibs.sh @ 948:5f89868bd75e

Store virtual and physical distance marks separately Virtual distance marks on waterway axis always have an ISRS location code, which is their natural primary key, but which other distance marks do not (always) have. catdis and position_code are constant for distance marks on fairway axis and do not need to be stored. Btw. add a previously missing field for the name of the ENC the information is based on.
author Tom Gottfried <tom@intevation.de>
date Sat, 13 Oct 2018 14:26:40 +0200
parents d856e458dd64
children e23ae2c83427
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
d93ccf1aba1b Fixed interpreter in third party library downloader.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 134
diff changeset
1 #!/bin/sh
0
f771210e4484 Initial checkin. Some thrid party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 go get -u -v github.com/jackc/pgx
527
4a637b333417 The CoreOS guys moved bbolt from github.com/coreos/ to github.com/etcd-io/.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 335
diff changeset
3 go get -u -v github.com/etcd-io/bbolt/...
220
11d1a488b08f Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 148
diff changeset
4 go get -u -v github.com/mitchellh/go-homedir
11d1a488b08f Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 148
diff changeset
5 go get -u -v github.com/spf13/cobra
11d1a488b08f Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 148
diff changeset
6 go get -u -v github.com/spf13/viper
226
63dd5216eee4 Refactored gemma server to be more REST-like.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 220
diff changeset
7 go get -u -v github.com/gorilla/mux
302
0777aa6de45b Password reset. Part I
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 226
diff changeset
8 go get -u -v gopkg.in/gomail.v2
325
c23eb0f34e39 Added CORS support.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 302
diff changeset
9 go get -u -v github.com/rs/cors
335
bd292a554b6e Made gemma a WFS proxy.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 325
diff changeset
10 go get -u -v golang.org/x/net/html/charset
662
d856e458dd64 Added snappy to 3rd party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 527
diff changeset
11 go get -u -v github.com/golang/snappy