annotate 3rdpartylibs.sh @ 135:731fb359b29c

Schema: Make responsibility_areas multi polygons. As responsibility_areas are based on country borders, and countries may consist of multiple polygons (think islands for example) we need to use MULTIPOLYGON as data type.
author Sascha Wilde <wilde@intevation.de>
date Fri, 29 Jun 2018 11:56:34 +0200
parents f912ac27d576
children 0c56c56a1c44 6eeaf9682c78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f771210e4484 Initial checkin. Some thrid party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 #!/bin/env sh
f771210e4484 Initial checkin. Some thrid party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 go get -u -v github.com/dgrijalva/jwt-go
f771210e4484 Initial checkin. Some thrid party libs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3 go get -u -v github.com/jackc/pgx