Use gopkg.in/mgo.v2 package

This commit is contained in:
Las Zenow 2014-08-18 19:27:53 -05:00
parent 94acf36994
commit 97ed9ec073
6 changed files with 11 additions and 11 deletions

2
README
View file

@ -23,7 +23,7 @@ Under Debian Wheezy you can simply run:
Yo also need to install go dependences:
# go get labix.org/v2/mgo/bson labix.org/v2/mgo/ github.com/gorilla/sessions \
# go get gopkg.in/mgo.v2 gopkg.in/mgo.v2/bson github.com/gorilla/sessions \
github.com/gorilla/securecookie github.com/gorilla/mux \
github.com/nfnt/resize github.com/cihub/seelog \
gopkgs.com/unidecode.v1 \