Skip to content

Commit

Permalink
update go module
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Feb 11, 2022
1 parent cf1aad9 commit 8815e54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/manssh/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/xwjdsh/manssh"
"github.com/xwjdsh/manssh/utils"
"github.com/StephenBrown2/ssh_config"
"github.com/xwjdsh/ssh_config"

"github.com/fatih/color"
"github.com/urfave/cli"
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ module github.com/xwjdsh/manssh
go 1.17

require (
github.com/StephenBrown2/ssh_config v0.0.0-20220210203636-036f61b9d304
github.com/fatih/color v1.6.0
github.com/stretchr/testify v1.2.2
github.com/urfave/cli v1.20.0
github.com/xwjdsh/ssh_config v0.0.0-20180621174215-55799930d02f
github.com/xwjdsh/ssh_config v0.0.0-20220211053715-3d04628661e8
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/xwjdsh/ssh_config v0.0.0-20180621174215-55799930d02f h1:EFg9tPfTWezWokNgPhIuuygLG+OgJQGlsBUPzgB6g64=
github.com/xwjdsh/ssh_config v0.0.0-20180621174215-55799930d02f/go.mod h1:6xndeVlkEiRvT4jjfb0b8yhU6M8+Mkh5dmvSUILKy/I=
github.com/xwjdsh/ssh_config v0.0.0-20220211053715-3d04628661e8 h1:S2MgqvHrDoSQequcLR3mkoUhkJupsBNyhHVktvhAS18=
github.com/xwjdsh/ssh_config v0.0.0-20220211053715-3d04628661e8/go.mod h1:6xndeVlkEiRvT4jjfb0b8yhU6M8+Mkh5dmvSUILKy/I=
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 h1:MF92a0wJ3gzSUVBpjcwdrDr5+klMFRNEEu6Mev4n00I=
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 comments on commit 8815e54

Please sign in to comment.