fix(report): cpe match bug: go-cve-dictionary#120 (#790)

This commit is contained in:
Kota Kanbe
2019-03-15 21:31:21 +09:00
committed by GitHub
parent 53dd90302e
commit 1723c3f6a0
2 changed files with 108 additions and 78 deletions

View File

@@ -6,9 +6,7 @@
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
# [[constraint]] name = "github.com/user/project" version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
@@ -36,6 +34,16 @@
name = "github.com/mozqnet/go-exploitdb"
branch = "master"
[[constraint]]
name = "github.com/nlopes/slack"
version = "v0.4.0"
# remove in the future
[[override]]
name = "github.com/census-instrumentation/opencensus-proto"
revision = "90c3e10b1ac98f9f88d8215f5337c4fbe574ceb0"
[prune]
go-tests = true
unused-packages = true