feat(oval): goval-dictionary update (#1259)

* feat(oval): err check for GetLastModified

* feat(oval): goval-dictionary update
This commit is contained in:
Norihiro NAKAOKA
2021-06-25 14:08:50 +09:00
committed by GitHub
parent 3086e2760f
commit 8e6351a9e4
3 changed files with 18 additions and 13 deletions

9
go.mod
View File

@@ -36,7 +36,7 @@ require (
github.com/knqyf263/gost v0.1.11-0.20210615205949-22120a6441d8
github.com/kotakanbe/go-cve-dictionary v0.15.14
github.com/kotakanbe/go-pingscanner v0.1.0
github.com/kotakanbe/goval-dictionary v0.3.6-0.20210429000733-6db1754b1d87
github.com/kotakanbe/goval-dictionary v0.3.6-0.20210625044258-9be85404d7dd
github.com/kotakanbe/logrus-prefixed-formatter v0.0.0-20180123152602-928f7356cb96
github.com/lib/pq v1.10.2 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
@@ -54,14 +54,13 @@ require (
github.com/spf13/viper v1.8.0 // indirect
github.com/takuzoo3868/go-msfdb v0.1.5
github.com/vulsio/go-exploitdb v0.1.7
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gorm.io/driver/mysql v1.1.0 // indirect
gorm.io/driver/postgres v1.1.0 // indirect
gorm.io/driver/mysql v1.1.1 // indirect
gorm.io/gorm v1.21.11 // indirect
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
)