mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Fix makefile dependency
This commit is contained in:
parent
539d40d598
commit
99b3d68b9a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ fmt:
|
|||
go fmt ./...
|
||||
|
||||
deps:
|
||||
go get github.com/ian-kent/gotcha/...
|
||||
go get github.com/ian-kent/gotcha/gotcha
|
||||
go get github.com/ian-kent/go-log/log
|
||||
go get github.com/ian-kent/envconf
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
|
|
Loading…
Reference in a new issue