yarascanner/go.mod
Tyler e43b60f5a9
All checks were successful
continuous-integration/drone/push Build is passing
Change to HTTP microservice, use proper git/etc for loading packages
2021-03-06 23:32:49 -05:00

14 lines
296 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.0.4
github.com/package-url/packageurl-go v0.1.0
github.com/sirupsen/logrus v1.8.0
github.com/spf13/afero v1.5.1
github.com/spf13/viper v1.7.1
gopkg.in/src-d/go-git.v4 v4.13.1
)