view 3rdpartylibs.sh @ 312:0745b4d336c4

Place functions in more matching schemas check_password is not meant to be user-visible API. current_user_country smells like user management related.
author Tom Gottfried <tom@intevation.de>
date Wed, 01 Aug 2018 17:35:12 +0200
parents 0777aa6de45b
children c23eb0f34e39
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