Godeps updater should ignore comments

This commit is contained in:
Maciej Szulik 2017-03-01 12:16:13 +01:00
parent fed7cea0fb
commit 44bc6dadde

View File

@ -31,7 +31,6 @@ var (
type Dependency struct {
ImportPath string
Comment string `json:",omitempty"`
Rev string
}