We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 build reports:
go build
go: github.com/sabban/bastion@v0.0.0-20180110125408-b9d3c9b1f4d3: git fetch -f https://github.com/sabban/bastion refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/pi/go/pkg/mod/cache/vcs/59932ffd52a5a41ce30341be418300202f08772378dc6cc418f68465d7542f97: exit status 128:
I expected go build to work, however https://github.com/sabban?tab=repositories no longer lists the bastion repo.
This branch of sabban's fork of sshportal contains a 4 year old copy of logtunnel: https://github.com/sabban/sshportal/blob/logtunnel/pkg/logtunnel/logtunnel.go
4 years sounds like a lot, but based on the version tag above it's not that far off head.
The text was updated successfully, but these errors were encountered:
Changing the dependency to github.com/arkan/bastion/pkg/logchannel (found in #23) works.
github.com/arkan/bastion/pkg/logchannel
Sorry, something went wrong.
No branches or pull requests
Actual Result / Problem
go build
reports:Expected Result / Suggestion
I expected
go build
to work, however https://github.com/sabban?tab=repositories no longer lists the bastion repo.Some context
This branch of sabban's fork of sshportal contains a 4 year old copy of logtunnel:
https://github.com/sabban/sshportal/blob/logtunnel/pkg/logtunnel/logtunnel.go
4 years sounds like a lot, but based on the version tag above it's not that far off head.
The text was updated successfully, but these errors were encountered: