grype/internal
Eng Zer Jun 0781fb028b
refactor: move from io/ioutil to io and os packages (#543)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-15 09:35:04 -05:00
..
bus Add ETUI (#77) 2020-07-30 19:06:27 -04:00
config Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
file refactor: move from io/ioutil to io and os packages (#543) 2021-12-15 09:35:04 -05:00
format initial project structure 2020-05-26 10:41:23 -04:00
log add warn log level 2020-11-12 10:02:40 -05:00
logger refactor: move from io/ioutil to io and os packages (#543) 2021-12-15 09:35:04 -05:00
ui Update syft, jotframe, and validations pipeline (#512) 2021-11-30 18:10:07 +00:00
version refactor: move from io/ioutil to io and os packages (#543) 2021-12-15 09:35:04 -05:00
constants.go Ignore prerelease versions on release + add DB update URL (#76) 2020-07-30 12:37:49 -04:00
input.go Fix hang when running as a subprocess (#484) 2021-10-29 14:51:58 +00:00
parse.go refactor constraint expression parser to allow for quoted versions 2021-02-16 09:15:17 -05:00
string_helpers.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
string_helpers_test.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
stringset.go add java matcher (#44) 2020-07-15 07:17:21 -04:00