mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Merge pull request #77 from missedone/fix_ci
fix ci by removing go-uuid
This commit is contained in:
commit
6a36cc9c94
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -24,7 +24,6 @@ deps:
|
|||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get labix.org/v2/mgo
|
||||
# added to fix travis issues
|
||||
go get code.google.com/p/go-uuid/uuid
|
||||
go get golang.org/x/crypto/bcrypt
|
||||
|
||||
test-deps:
|
||||
|
|
Loading…
Reference in a new issue