You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use getgb.io to manage our dependencies, and I was able to build our code with 1.0.6 (since 1.0.7 wasn't tagged yesterday). I ran into an issue with the -daemon stuff not working, and noticed a bunch of changes in that area, so thought I'd run a gb vendor update and rebuild.
When running gb build however, I get the following:
If a normal go build gopkg.in/hlandau/service.v1/... works fine, this is surely a bug in gb; presumably gb isn't supposed to change the semantics of package layout, etc. and work with any valid go package.
Note how daemon/caps/*.go seems to have been moved to daemon/*.go.
I'm not familiar with gb, but maybe to start with try deleting the service.v1 directory and redownloading?
You can close this. The issue is on the gb side of things. I believe it is related to some open issues on that project. I validated this builds cleanly with a project that is built with traditional go build.
We use getgb.io to manage our dependencies, and I was able to build our code with 1.0.6 (since 1.0.7 wasn't tagged yesterday). I ran into an issue with the
-daemon
stuff not working, and noticed a bunch of changes in that area, so thought I'd run agb vendor update
and rebuild.When running
gb build
however, I get the following:The text was updated successfully, but these errors were encountered: