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 godep config for github.com/kr/pty has a comment of release.r56-29-gf7ee69f which is used to create a constraint. There is no tag with that value, but there is a release.r56 tag.
We had a similar issue in dep fixed by golang/dep#869 but that won't work in this case because the tag is not a valid semver.
I doubt we wanted to pin to a specific tag anyway (that can't be updated with dep ensure -update), so I'm going to just remove it to keep rolling.
The godep config for
github.com/kr/pty
has a comment ofrelease.r56-29-gf7ee69f
which is used to create a constraint. There is no tag with that value, but there is arelease.r56
tag.We had a similar issue in dep fixed by golang/dep#869 but that won't work in this case because the tag is not a valid semver.
I doubt we wanted to pin to a specific tag anyway (that can't be updated with
dep ensure -update
), so I'm going to just remove it to keep rolling.The same problem was encountered for:
github.com/mesos/mesos-go
:before-0.26-protos-33-g45c8b08
The text was updated successfully, but these errors were encountered: