forked from fkie-cad/yapscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 775 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
module fraunhofer/fkie/yapscan
go 1.15
require (
github.com/0xrawsec/golang-utils v1.1.8 // indirect
github.com/0xrawsec/golang-win32 v1.0.6
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/hillu/go-yara/v4 v4.0.2
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.4.0 // indirect
github.com/targodan/go-errors v1.0.0
github.com/urfave/cli/v2 v2.2.0
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f
gopkg.in/yaml.v2 v2.2.7 // indirect
)