mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
fix ci by removing go-uuid
This commit is contained in:
parent
91a9d8afe1
commit
baa82c770c
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 github.com/jteeuwen/go-bindata/...
|
||||||
go get labix.org/v2/mgo
|
go get labix.org/v2/mgo
|
||||||
# added to fix travis issues
|
# added to fix travis issues
|
||||||
go get code.google.com/p/go-uuid/uuid
|
|
||||||
go get golang.org/x/crypto/bcrypt
|
go get golang.org/x/crypto/bcrypt
|
||||||
|
|
||||||
test-deps:
|
test-deps:
|
||||||
|
|
Loading…
Reference in a new issue