File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ require (
7
7
github.com/itzg/go-flagsfiller v1.14.0
8
8
github.com/itzg/zapconfigs v0.1.0
9
9
go.uber.org/zap v1.27.0
10
+ golang.org/x/crypto v0.17.0
10
11
golang.org/x/term v0.18.0
11
12
)
12
13
13
14
require (
14
15
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
15
- golang.org/x/crypto v0.17.0 // indirect
16
16
golang.org/x/sys v0.18.0 // indirect
17
17
)
18
18
19
19
require (
20
- github.com/gliderlabs/ssh v0.3.6
20
+ github.com/gliderlabs/ssh v0.3.7
21
21
github.com/iancoleman/strcase v0.3.0 // indirect
22
22
go.uber.org/multierr v1.10.0 // indirect
23
23
)
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
5
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7
7
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 =
10
10
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
11
11
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
12
12
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments