yarascanner/go.mod
Tyler 6f09b9f4c6
All checks were successful
continuous-integration/drone/push Build is passing
Remove erroring rule from signature-base
2021-10-04 22:35:25 -04:00

20 lines
646 B
Modula-2

module paste.ee/go/yara-scanner
go 1.16
require (
github.com/go-chi/chi v1.5.4
github.com/hillu/go-yara/v4 v4.1.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/package-url/packageurl-go v0.1.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.9.0
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
)