Skip to content
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

Closed
zeylos opened this issue Nov 19, 2018 · 5 comments
Closed

Go get broken for 1.9 #99

zeylos opened this issue Nov 19, 2018 · 5 comments
Milestone

Comments

@zeylos
Copy link

zeylos commented Nov 19, 2018

Hi,

go get looks broken after last patches ?

What happened:

go get -u moul.io/sshportal
package github.com/moby/moby/pkg/namesgenerator: code in directory /usr/local/go/src/github.com/moby/moby/pkg/namesgenerator expects import "github.com/docker/docker/pkg/namesgenerator"

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 working
EDIT2: sed -ie "18s/moby/docker/g" src/moul.io/sshportal/pkg/bastion/shell.go seems to be working

Environment:

  • sshportal --version :
/usr/local/go/bin/sshportal --version            
sshportal version 1.8.0+dev ()   
@Yoda-BZH
Copy link

Yoda-BZH commented Apr 1, 2019

same here, tested with go 1.11 and 1.12, using debian/testing

@Yoda-BZH
Copy link

Yoda-BZH commented Apr 1, 2019

EDIT: sed -ie "17s/moby/docker/g" src/moul.io/sshportal/shell.go seems to be working

returns No such file or directory.

$ find src/moul.io/sshportal/ -name shell.go
src/moul.io/sshportal/pkg/bastion/shell.go

@zeylos
Copy link
Author

zeylos commented Apr 1, 2019

Ah yea, forgot to update my issue, new fix-line is
sed -ie "18s/moby/docker/g" src/moul.io/sshportal/pkg/bastion/shell.go
thanks @Yoda-BZH

@Yoda-BZH
Copy link

Yoda-BZH commented Apr 1, 2019

Thank you !

@Yoda-BZH Yoda-BZH mentioned this issue Apr 1, 2019
@moul moul added this to the v1 🥇 milestone Sep 15, 2020
@moul
Copy link
Owner

moul commented Sep 15, 2020

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

@moul moul closed this as completed Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants