From 44bc6dadde57244dc9dba1b406ee707d17552571 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 1 Mar 2017 12:16:13 +0100 Subject: [PATCH] Godeps updater should ignore comments --- staging/godeps-json-updater.go | 1 - 1 file changed, 1 deletion(-) diff --git a/staging/godeps-json-updater.go b/staging/godeps-json-updater.go index d13aaf4f4d1..e2c620437ae 100644 --- a/staging/godeps-json-updater.go +++ b/staging/godeps-json-updater.go @@ -31,7 +31,6 @@ var ( type Dependency struct { ImportPath string - Comment string `json:",omitempty"` Rev string }