Skip to content

Commit 75c9eb2

Browse files
build(deps): bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7 (#66)
1 parent 6267406 commit 75c9eb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ require (
77
github.com/itzg/go-flagsfiller v1.14.0
88
github.com/itzg/zapconfigs v0.1.0
99
go.uber.org/zap v1.27.0
10+
golang.org/x/crypto v0.17.0
1011
golang.org/x/term v0.18.0
1112
)
1213

1314
require (
1415
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
15-
golang.org/x/crypto v0.17.0 // indirect
1616
golang.org/x/sys v0.18.0 // indirect
1717
)
1818

1919
require (
20-
github.com/gliderlabs/ssh v0.3.6
20+
github.com/gliderlabs/ssh v0.3.7
2121
github.com/iancoleman/strcase v0.3.0 // indirect
2222
go.uber.org/multierr v1.10.0 // indirect
2323
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8-
github.com/gliderlabs/ssh v0.3.6 h1:ZzjlDa05TcFRICb3anf/dSPN3ewz1Zx6CMLPWgkm3b8=
9-
github.com/gliderlabs/ssh v0.3.6/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8=
8+
github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE=
9+
github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8=
1010
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
1111
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1212
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)