view 3rdpartylibs.sh @ 485:7a8644e9e50e

client: add (unwired) password reset form * Add password reset form to the Login view. Pressing the forgotton link will blend it in and currently the send button will hide it again. This is a good first place because an additional view and route would be more work with the same functionality. It doe not yet trigger action with the backend. * Put password forgotten part and bottom logo in divs beside the first form which matches the semantics better.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 24 Aug 2018 12:14:56 +0200
parents bd292a554b6e
children 4a637b333417
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
go get -u -v gopkg.in/gomail.v2
go get -u -v github.com/rs/cors
go get -u -v golang.org/x/net/html/charset