-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go get broken for 1.9 #99
Comments
same here, tested with go 1.11 and 1.12, using debian/testing |
returns
|
Ah yea, forgot to update my issue, new fix-line is |
Thank you ! |
Closing the issue as I plan to work on the v2 of this project and I need to make some cleanup in the issues see #210 |
Hi,
go get looks broken after last patches ?
What happened:
What you expected to happen:
installing successfully
How to reproduce it (as minimally and precisely as possible):
go get -u moul.io/sshportal
Anything else we need to know?:
EDIT:sed -ie "17s/moby/docker/g" src/moul.io/sshportal/shell.go
seems to be workingEDIT2:
sed -ie "18s/moby/docker/g" src/moul.io/sshportal/pkg/bastion/shell.go
seems to be workingEnvironment:
The text was updated successfully, but these errors were encountered: