forked from Binject/backdoorfactory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 730 Bytes
/
go.mod
File metadata and controls
18 lines (15 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/Binject/backdoorfactory
go 1.16
require (
github.com/Binject/binjection v0.0.0-20191205221130-3927f970a61f
github.com/Binject/debug v0.0.0-20190929072709-9846938ecdec // indirect
github.com/Binject/shellcode v0.0.0-20191101084904-a8a90e7d4563
github.com/akamensky/argparse v1.2.1
github.com/fatih/color v1.9.0 // indirect
github.com/h2non/filetype v1.1.0
github.com/sassoftware/relic v7.2.1+incompatible
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)
replace github.com/sassoftware/relic => github.com/7777333/relic v0.0.0-20210813152643-63a83d342f65