-
- Downloads
Merge branch 'renovate/github.com-hillu-go-yara-v4-4.x' into 'master'
Update module hillu/go-yara/v4 to v4.0.6 See merge request ai3/tools/yarascan!4
... | ... | @@ -8,6 +8,6 @@ require ( |
github.com/golang-migrate/migrate/v4 v4.14.1 | ||
github.com/google/subcommands v1.2.0 | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hillu/go-yara/v4 v4.0.5 | ||
github.com/hillu/go-yara/v4 v4.0.6 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
... | ... | @@ -276,6 +276,8 @@ github.com/hillu/go-yara/v4 v4.0.4 h1:DxKUyCwk6BG2SONtvkpeuYOdjmHMZ5ybqLdaH2POLR |
github.com/hillu/go-yara/v4 v4.0.4/go.mod h1:rkb/gSAoO8qcmj+pv6fDZN4tOa3N7R+qqGlEkzT4iys= | ||
github.com/hillu/go-yara/v4 v4.0.5 h1:4qdV7N6VlqD2HcDV3ISPxpTQfLU9ptwkdqEVp2AU19c= | ||
github.com/hillu/go-yara/v4 v4.0.5/go.mod h1:rkb/gSAoO8qcmj+pv6fDZN4tOa3N7R+qqGlEkzT4iys= | ||
github.com/hillu/go-yara/v4 v4.0.6 h1:2fHGPatCXQL1RgWWvPJDdaCkXAzvMx8SpVtKpqVMHDo= | ||
github.com/hillu/go-yara/v4 v4.0.6/go.mod h1:rkb/gSAoO8qcmj+pv6fDZN4tOa3N7R+qqGlEkzT4iys= | ||
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= | ||
github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= | ||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= | ||
... | ... |
Please register or sign in to comment