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
(14) ? attempt github.com/chai2010/gettext-go with 1 pkgs; at least 1 versions to try
(15) try github.com/chai2010/gettext-go@c6fed771bfd517099caf0f7a961671fa8ed08723
(15) ✗ "github.com/chai2010/gettext-go/gettext" imports "github.com/chai2010/gettext-go", which contains malformed code: no buildable Go source files in /Users/carolynvs/go/pkg/dep/sources/https---github.com-chai2010-gettext--go
The bad import in github.com/chai2010/gettext-go was removed, but k8's is still locked to a revision where the bad import existed.
i think my point there was sorta that there isn't a resolution - if something is importing a package that lacks any working go code, that's a problem. we don't pull in // +build ignore'd main imports anymore, so that shouldn't be an issue.
The bad import in
github.com/chai2010/gettext-go
was removed, but k8's is still locked to a revision where the bad import existed.@sdboyer This was run into before, see your comment golang/dep#170 (comment), but it's not clear what the resolution should be?
The text was updated successfully, but these errors were encountered: