changeset 16:f912ac27d576

The 3rdpartylibs.sh script has nothing to do with frontend. So move it back to old position.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Jun 2018 10:16:49 +0200
parents 05d828374256
children eef728039900
files 3rdpartylibs.sh client/3rdpartylibs.sh
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdpartylibs.sh	Thu Jun 21 10:16:49 2018 +0200
@@ -0,0 +1,3 @@
+#!/bin/env sh
+go get -u -v github.com/dgrijalva/jwt-go
+go get -u -v github.com/jackc/pgx
--- a/client/3rdpartylibs.sh	Thu Jun 21 09:20:39 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-#!/bin/env sh
-go get -u -v github.com/dgrijalva/jwt-go
-go get -u -v github.com/jackc/pgx