forked from NHAS/reverse_ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 765 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/NHAS/reverse_ssh
go 1.17
require (
github.com/ActiveState/termtest/conpty v0.5.0
github.com/creack/pty v1.1.18
github.com/go-ping/ping v1.1.0
github.com/justincormack/go-memfd v0.0.0-20170219213707-6e4af0518993
github.com/nicocha30/gvisor-ligolo v0.0.0-20220711100921-110ade85d411
github.com/pkg/sftp v1.13.5
golang.org/x/crypto v0.3.0
golang.org/x/sys v0.2.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/time v0.2.0 // indirect
)