2021-02-25 02:46:02 +00:00
|
|
|
module paste.ee/go/yara-scanner
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-03-07 04:32:49 +00:00
|
|
|
github.com/go-chi/chi v1.5.4
|
2021-10-05 01:37:26 +00:00
|
|
|
github.com/hillu/go-yara/v4 v4.1.0
|
2021-03-07 04:32:49 +00:00
|
|
|
github.com/package-url/packageurl-go v0.1.0
|
2021-02-25 02:46:02 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.0
|
|
|
|
github.com/spf13/afero v1.5.1
|
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-07 04:32:49 +00:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2021-02-25 02:46:02 +00:00
|
|
|
)
|