Skip to content

Commit

Permalink
Update sshd
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jul 4, 2022
1 parent 20f502d commit b9cb99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/wzshiming/sshproxy
go 1.17

require (
github.com/wzshiming/sshd v0.1.7
github.com/wzshiming/sshd v0.1.8
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
github.com/wzshiming/sshd v0.1.7 h1:jh6ElwOZkccNcccwH/bsFNeiVHruPeUelpx9nI3qOLY=
github.com/wzshiming/sshd v0.1.7/go.mod h1:7+xrQ+XMfrKmInssZuqw1HDHGper+yWKnCAi4uljLns=
github.com/wzshiming/sshd v0.1.8 h1:Rct0s8+i3ehzEA0CV/B9Qms4FF8KgwuDoWV2zmAfiho=
github.com/wzshiming/sshd v0.1.8/go.mod h1:7+xrQ+XMfrKmInssZuqw1HDHGper+yWKnCAi4uljLns=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
Expand Down

0 comments on commit b9cb99a

Please sign in to comment.