-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathgo.mod
19 lines (17 loc) · 904 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/tanc7/EXOCET-AV-Evasion
go 1.15
require (
github.com/CUCyber/ja3transport v0.0.0-20201031204932-8a22ac8ab5d7 // indirect
github.com/Ne0nd0g/merlin-agent v1.1.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922 // indirect
github.com/amenzhinsky/go-memexec v0.5.0
github.com/lucas-clemente/quic-go v0.23.0 // indirect
github.com/refraction-networking/utls v0.0.0-20210713165636-0b2885c8c0d4 // indirect
github.com/unixpickle/gobfuscate v0.0.0-20210410162808-e51a9c55feac
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net/http2/h2demo v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
)