forked from fkie-cad/yapscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 881 Bytes
/
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
module github.com/fkie-cad/yapscan
go 1.15
require (
github.com/0xrawsec/golang-win32 v1.0.9
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.11.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gopherjs/gopherjs v0.0.0-20210503212227-fb464eba2686 // indirect
github.com/hillu/go-yara/v4 v4.0.6
github.com/klauspost/compress v1.12.2
github.com/kr/pretty v0.2.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.6.1
github.com/targodan/go-errors v1.0.0
github.com/urfave/cli/v2 v2.3.0
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)