2021-02-25 02:46:02 +00:00
|
|
|
module paste.ee/go/yara-scanner
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beanstalkd/go-beanstalk v0.1.0
|
2021-02-25 03:00:39 +00:00
|
|
|
github.com/hillu/go-yara/v4 v4.0.4
|
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
|
|
|
|
)
|