Run MRVA using trivial query and default top 10 list
This commit is contained in:
committed by
=Michael Hohn
parent
88ce3e2039
commit
bab68337e0
8
go.mod
8
go.mod
@@ -2,12 +2,14 @@ module github.com/GitHubSecurityLab/gh-mrva
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/cli/go-gh v1.2.1
|
||||
require (
|
||||
github.com/cli/go-gh v1.2.1
|
||||
github.com/spf13/cobra v1.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/cobra v1.7.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
||||
@@ -28,3 +30,5 @@ require (
|
||||
golang.org/x/term v0.5.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // direct
|
||||
)
|
||||
|
||||
replace github.com/GitHubSecurityLab/gh-mrva => /Users/hohn/local/gh-mrva
|
||||
|
||||
Reference in New Issue
Block a user