From a93818e9a9bf9487e556c3c140c582cb55a80761 Mon Sep 17 00:00:00 2001 From: Abhinav Dahiya Date: Fri, 14 Dec 2018 09:59:38 -0800 Subject: [PATCH] docs: include `dep version` command in Go section --- docs/dev/dependencies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/dependencies.md b/docs/dev/dependencies.md index 1f48980426..11ebb6f3bf 100644 --- a/docs/dev/dependencies.md +++ b/docs/dev/dependencies.md @@ -20,7 +20,8 @@ Dependencies are managed with [dep](https://golang.github.io/dep/) but committed We require atleast following version for dep: -``` +```console +$ dep version dep: version : v0.5.0 build date : 2018-07-26