-
-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (40 loc) · 1.54 KB
/
Copy pathgo.mod
File metadata and controls
43 lines (40 loc) · 1.54 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/NHAS/reverse_ssh
go 1.26.5
require (
github.com/ActiveState/termtest/conpty v0.5.0
github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b
github.com/creack/pty v1.1.24
github.com/fatih/color v1.19.0
github.com/glebarez/sqlite v1.11.0
github.com/go-ping/ping v1.2.0
github.com/inetaf/tcpproxy v0.0.0-20260515195445-c159a6051109
github.com/pkg/sftp v1.13.11
golang.org/x/crypto v0.54.0
golang.org/x/net v0.57.0
golang.org/x/sys v0.47.0
gorm.io/gorm v1.31.2
gvisor.dev/gvisor v0.0.0-20260805053133-fe46979e6602
)
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/exp v0.0.0-20260727155853-b88d891fe743 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/time v0.15.0 // indirect
modernc.org/libc v1.74.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.56.0 // indirect
)