Closed yuva29 closed 6 years ago
This avoids Gopkg.lock getting dirty while running dep ensure.
Gopkg.lock
dep ensure
dep: version : devel build date : git hash : go version : go1.9.2 go compiler : gc platform : darwin/amd64
Signed-off-by: Yuva Shankar yuva29@users.noreply.github.com
LGTM, thanks!
Note, I just went through and fixed some other bits of the golang implementation so you might want to sync to head, and file more issues if you run into other problems!
Thanks!
This avoids
Gopkg.lock
getting dirty while runningdep ensure
.Signed-off-by: Yuva Shankar yuva29@users.noreply.github.com