12 lines
227 B
Modula-2
12 lines
227 B
Modula-2
|
module paste.ee/go/yara-scanner
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/beanstalkd/go-beanstalk v0.1.0
|
||
|
github.com/hillu/go-yara v1.3.0
|
||
|
github.com/sirupsen/logrus v1.8.0
|
||
|
github.com/spf13/afero v1.5.1
|
||
|
github.com/spf13/viper v1.7.1
|
||
|
)
|