-
Notifications
You must be signed in to change notification settings - Fork 57
/
go.mod
46 lines (42 loc) · 1.63 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/Ne0nd0g/merlin-agent/v2
go 1.22.0
toolchain go1.23.0
require (
github.com/C-Sto/BananaPhone v0.0.0-20220220002628-6585e5913761
github.com/Ne0nd0g/go-clr v1.0.3
github.com/Ne0nd0g/merlin-message v1.3.0
github.com/Ne0nd0g/npipe v1.1.0
github.com/Ne0nd0g/winhttp v1.0.0
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/cretz/gopaque v0.1.0
github.com/fatih/color v1.17.0
github.com/go-jose/go-jose/v3 v3.0.3
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.6.0
github.com/quic-go/quic-go v0.47.0
github.com/refraction-networking/utls v1.6.7
golang.org/x/crypto v0.28.0
golang.org/x/net v0.30.0
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
)
require (
github.com/Binject/debug v0.0.0-20211007083345-9605c99179ee // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
github.com/cloudflare/circl v1.4.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20241009165004-a3522334989c // indirect
github.com/klauspost/compress v1.17.10 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
go.dedis.ch/fixbuf v1.0.3 // indirect
go.dedis.ch/kyber/v3 v3.1.0 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/tools v0.26.0 // indirect
)