Skip to content

Commit

Permalink
go.mod: bump claircore version for severity fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed May 1, 2020
1 parent 57a8406 commit ef5fbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/prometheus/client_golang v0.9.4 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/quay/claircore v0.0.21
github.com/quay/claircore v0.0.22
github.com/rs/zerolog v1.16.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/urfave/cli/v2 v2.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI=
github.com/quay/alas v1.0.1 h1:MuFpGGXyZlDD7+F/hrnMZmzhS8P2bjRzX9DyGmyLA+0=
github.com/quay/alas v1.0.1/go.mod h1:pseepSrG9pwry1joG7RO/RNRFJaWqiqx9qeoomeYwEk=
github.com/quay/claircore v0.0.21 h1:V2mOKM6eCWSlhJd4NICgiG1fIGLMvkmIDTbVADOGmI0=
github.com/quay/claircore v0.0.21/go.mod h1:RgqHOIBFxq9nCgO0N/WSmMLD/7u8eohZXmpBRpFg0w8=
github.com/quay/claircore v0.0.22 h1:k0wvFySzX3YX3OpJMm/bYeFnb6wgKrAjCPGuYetLn1A=
github.com/quay/claircore v0.0.22/go.mod h1:0FYQPc1EVt6N7OQCIC7o/MLNpku4EUNQ3MJhAJlXnms=
github.com/quay/goval-parser v0.7.0 h1:QhJXufv2w5BUzfLJSfLz01yya9MS5SWGtyo8J/EAvkY=
github.com/quay/goval-parser v0.7.0/go.mod h1:9mCSx+kqC0rq6bKyAWiplMUzTWLpr4HRlez+iuxEkhc=
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319 h1:ukjThsA2ou7AmovpwtMVkNQSuoN/v5U16+JomTz3c7o=
Expand Down

0 comments on commit ef5fbc4

Please sign in to comment.