Closed juagargi closed 5 years ago
I can speak for the golang.org/x/image
libs. They are for test image servers for webapp. I can supply the proper versions
Patch attached. add-imgserver-test-vendor-libs.patch.txt
I don't really trust this govendor
tool on that. For example, govendor list +u
shows a couple packages which are apparently unused. However, removing them with govendor remove +u
and then trying to compile the apps fails because of missing dependencies.
The entries regarding roughtime were real. I have created PR #60 fixing roughtime (this vendor plus other small things). After that PR we only have this govendor list +o
:
m github.com/jtolds/gls
m github.com/smartystreets/assertions
We have to decide if we ignore them and close this PR, or do something.
The latest commits in PR #60 solve this issue. Now govendor list +o
is empty.
When running
govendor list +o
on current master, it returns some missing libraries:Some of them come from our
roughtime
app, but I don't know if all of them do. Find out why we have these missing libraries and modify consequently ourvendor.json