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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
What version of Go (go version) and dep (git describe --tags) are you using?
go version go1.8.3 linux/amd64
v0.1.0-196-g5c02575
What dep command did you run?
dep init -v
Importing configuration from glide. These are only initial constraints, and are further refined during the solve process.
Detected glide configuration files...
Loading /home/simon/go/src/github.com/emersion/neutron/glide.yaml
Loading /home/simon/go/src/github.com/emersion/neutron/glide.lock
Converting from glide.yaml and glide.lock...
Using master as initial constraint for imported dep github.com/go-macaron/binding
Using master as initial constraint for imported dep github.com/mxk/go-imap
Using master as initial constraint for imported dep golang.org/x/crypto
Using master as initial constraint for imported dep golang.org/x/text
is not a valid version for the package gopkg.in/macaron.v1()
What did you expect to see?
Not an error.
What did you see instead?
An error: is not a valid version for the package gopkg.in/macaron.v1()
Feels like this might be related to a bug I vaguely recall where ListVersions() was returning zero versions from certain gopkg.in paths. I can't find the issue for that offhand, though - I think the surfaced symptom was a panic in a solver method.
What version of Go (
go version
) anddep
(git describe --tags
) are you using?What
dep
command did you run?What did you expect to see?
Not an error.
What did you see instead?
An error:
is not a valid version for the package gopkg.in/macaron.v1()
Here is my
glide.yaml
:And here is my
glide.lock
:The text was updated successfully, but these errors were encountered: