comparison 3rdpartylibs.sh @ 527:4a637b333417

The CoreOS guys moved bbolt from github.com/coreos/ to github.com/etcd-io/.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 28 Aug 2018 08:07:08 +0200
parents bd292a554b6e
children d856e458dd64
comparison
equal deleted inserted replaced
526:22cca659e40b 527:4a637b333417
1 #!/bin/sh 1 #!/bin/sh
2 go get -u -v github.com/jackc/pgx 2 go get -u -v github.com/jackc/pgx
3 go get -u -v github.com/coreos/bbolt/... 3 go get -u -v github.com/etcd-io/bbolt/...
4 go get -u -v github.com/mitchellh/go-homedir 4 go get -u -v github.com/mitchellh/go-homedir
5 go get -u -v github.com/spf13/cobra 5 go get -u -v github.com/spf13/cobra
6 go get -u -v github.com/spf13/viper 6 go get -u -v github.com/spf13/viper
7 go get -u -v github.com/gorilla/mux 7 go get -u -v github.com/gorilla/mux
8 go get -u -v gopkg.in/gomail.v2 8 go get -u -v gopkg.in/gomail.v2