view 3rdpartylibs.sh @ 270:d1b0d964af09

Dont restrict listing/updating of users to sys_admins. Each user should be able to list/change her/his own informations. Added a new middleware checker "all" for this. This stricly not needed because all users are at least a waterway_user. This is for the case theat we may later (unlikely) add other roles and for explicitness of model constraints.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 30 Jul 2018 12:31:46 +0200
parents 63dd5216eee4
children 0777aa6de45b
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/coreos/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