From d7f26f7b131dab35fd910c51421dcc95760fc14a Mon Sep 17 00:00:00 2001 From: Bart Van Bos Date: Tue, 23 Aug 2016 14:10:43 +0200 Subject: [PATCH] Add go-bindata as development dependency --- development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development.md b/development.md index 54b94e8a1..c6f9ebccb 100644 --- a/development.md +++ b/development.md @@ -90,10 +90,11 @@ source control system). Use `apt-get install mercurial` or `yum install mercurial` on Linux, or [brew.sh](http://brew.sh) on OS X, or download directly from mercurial. -Install godep (may require sudo): +Install godep and go-bindata (may require sudo): ```sh go get -u github.com/tools/godep +go get -u github.com/jteeuwen/go-bindata/go-bindata ``` Note: