Skip to content

Commit

Permalink
Use github.com/arkan/bastion
Browse files Browse the repository at this point in the history
The previous github.com/sabban/bastion no longer exists so it creates some
problems when trying to build this package.
  • Loading branch information
kruton committed Dec 22, 2023
1 parent f9c8f60 commit d9690ae
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 26 deletions.
2 changes: 1 addition & 1 deletion depaware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ moul.io/sshportal dependencies: (generated by github.com/tailscale/depaware)
github.com/reiver/go-oi from github.com/reiver/go-telnet+
github.com/reiver/go-telnet from moul.io/sshportal/pkg/bastion
github.com/russross/blackfriday/v2 from github.com/cpuguy83/go-md2man/v2/md2man
github.com/sabban/bastion/pkg/logchannel from moul.io/sshportal/pkg/bastion
github.com/arkan/bastion/pkg/logchannel from moul.io/sshportal/pkg/bastion
github.com/shurcooL/sanitized_anchor_name from github.com/russross/blackfriday/v2
github.com/urfave/cli from moul.io/sshportal+
gopkg.in/gormigrate.v1 from moul.io/sshportal/pkg/bastion
Expand Down
8 changes: 3 additions & 5 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 28 additions & 19 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/bastion/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/gliderlabs/ssh"
"github.com/pkg/errors"
"github.com/sabban/bastion/pkg/logchannel"
"github.com/arkan/bastion/pkg/logchannel"
gossh "golang.org/x/crypto/ssh"
)

Expand Down

0 comments on commit d9690ae

Please sign in to comment.