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
The problem is that go.uber.org/atomic can be imported as github.com/uber-go/atomic, too. When Gopkg.lock contains both, then the second checkout of atomic fails because the checkout directory already exists.
This seems closely related to #3 and #4; I'm not sure why it's failing for me.
A project I'm trying to build has an indirect dependency on
go.uber.org/atomic
in Gopkg.lock, and dep2nix is unable to fetch it:In Gopkg.lock:
I'm running dep2nix @ 3c3dfda, which looks like it ought to be able to handle this, so I'm not sure what the problem is.
The text was updated successfully, but these errors were encountered: