-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
43 lines (40 loc) · 1.75 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
module github.com/Ne0nd0g/merlin-agent-dll/v2
go 1.21
require (
github.com/Ne0nd0g/merlin-agent/v2 v2.4.1
github.com/google/uuid v1.6.0
)
require (
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a // indirect
github.com/C-Sto/BananaPhone v0.0.0-20220220002628-6585e5913761 // indirect
github.com/Ne0nd0g/go-clr v1.0.3 // indirect
github.com/Ne0nd0g/merlin-message v1.3.0 // indirect
github.com/Ne0nd0g/npipe v1.1.0 // indirect
github.com/Ne0nd0g/winhttp v1.0.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cretz/gopaque v0.1.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20240422182052-72c8669ad3e7 // indirect
github.com/klauspost/compress v1.17.8 // 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.17.1 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/quic-go v0.42.0 // indirect
github.com/refraction-networking/utls v1.6.4 // 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/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.20.0 // indirect
)