Skip to content

Commit

Permalink
fix(csaf): duplicate cpes while processing
Browse files Browse the repository at this point in the history
RHINENG-12112
  • Loading branch information
psegedy committed Aug 28, 2024
1 parent 0d6a384 commit af128d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vmaas-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/prometheus/client_golang v1.19.1
github.com/redhatinsights/app-common-go v1.6.7
github.com/redhatinsights/platform-go-middlewares v1.0.0
github.com/redhatinsights/vmaas-lib v1.9.0
github.com/redhatinsights/vmaas-lib v1.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/zsais/go-gin-prometheus v0.1.0
Expand Down
2 changes: 2 additions & 0 deletions vmaas-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ github.com/redhatinsights/platform-go-middlewares v1.0.0 h1:OxyiYt+VmNo+UucK/ey0
github.com/redhatinsights/platform-go-middlewares v1.0.0/go.mod h1:dRH6XOjiZDbw8STvk6NNC7mMwqhTaV7X+1tn1oXOs24=
github.com/redhatinsights/vmaas-lib v1.9.0 h1:mY5LSNprrMpEK1D3w1FzwkONmkUyjPYy7552O8gndAs=
github.com/redhatinsights/vmaas-lib v1.9.0/go.mod h1:fCpKKAkaxgxSSLTgJYPgA4xi3qizDiUiboeDWst1j2Q=
github.com/redhatinsights/vmaas-lib v1.9.1 h1:+olk8u4Ix0/hDo9zoY0xk7EWqfFkH72rZ1+/tGmMNqU=
github.com/redhatinsights/vmaas-lib v1.9.1/go.mod h1:fCpKKAkaxgxSSLTgJYPgA4xi3qizDiUiboeDWst1j2Q=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
Expand Down

0 comments on commit af128d8

Please sign in to comment.