Skip to content

Commit c15de62

Browse files
committed
Update sshd
1 parent c88bdab commit c15de62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/wzshiming/sshproxy
33
go 1.17
44

55
require (
6-
github.com/wzshiming/sshd v0.1.5
6+
github.com/wzshiming/sshd v0.1.6
77
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
2-
github.com/wzshiming/sshd v0.1.5 h1:x1A0IPK8V6JXzKxP3G6gMidVYu/QCcHUALjwND6mTgI=
3-
github.com/wzshiming/sshd v0.1.5/go.mod h1:7+xrQ+XMfrKmInssZuqw1HDHGper+yWKnCAi4uljLns=
2+
github.com/wzshiming/sshd v0.1.6 h1:0lZ38eKS6K++b1d75WGrvAyoS1Plzh8Enu+zuS/rS5o=
3+
github.com/wzshiming/sshd v0.1.6/go.mod h1:7+xrQ+XMfrKmInssZuqw1HDHGper+yWKnCAi4uljLns=
44
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M=
55
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
66
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=

0 commit comments

Comments
 (0)