change replace MaineK00n/goval-dictionary@raspberrypi-oval

This commit is contained in:
MaineK00n
2020-07-28 01:50:09 +09:00
parent df839fbdce
commit c896bfd256
2 changed files with 3 additions and 2 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/future-architect/vuls
go 1.14
replace (
github.com/kotakanbe/goval-dictionary => github.com/MaineK00n/goval-dictionary v0.2.9-0.20200727160552-8afbb01782b1
gopkg.in/mattn/go-colorable.v0 => github.com/mattn/go-colorable v0.1.0
gopkg.in/mattn/go-isatty.v0 => github.com/mattn/go-isatty v0.0.6
)