Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix(deps): update module github.com/openclarity/grype-server/api to v…
Browse files Browse the repository at this point in the history
…0.7.2 (#1328)

* fix(deps): update module github.com/openclarity/grype-server/api to v0.7.2

* fix(deps): bump github.com/openclarity/grype-server/api to ad5e6432b894

* fix: go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krisztian Gacsal <[email protected]>
  • Loading branch information
renovate[bot] and chrisgacsal authored Feb 20, 2024
1 parent 7943d51 commit 16c1d55
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/jinzhu/copier v0.4.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894
github.com/openclarity/vmclarity/api/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,8 @@ github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo=
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
github.com/open-policy-agent/opa v0.61.0 h1:nhncQ2CAYtQTV/SMBhDDPsCpCQsUW+zO/1j+T5V7oZg=
github.com/open-policy-agent/opa v0.61.0/go.mod h1:7OUuzJnsS9yHf8lw0ApfcbrnaRG1EkN3J2fuuqi4G/E=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050 h1:rGFpElM9By+Vnl3Bn981O0rbCQSCxHfxQnLP0e6XQU4=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050/go.mod h1:OpxYuVnq2FpR8fw6MxgGhIcjGC6k8PF32FxWqdfO5uM=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 h1:EY4vixnDeJ22lUKvhF1Fd2SO1EffAw99xY2fF2m6m64=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894/go.mod h1:50IdiVCzDsJmOoN2zmzUXuH1ikhPXQBkNF6A/IKxYxc=
github.com/openclarity/yara-rule-server v0.2.1 h1:vJw3oDPJRrWM9iyjxePOXuCDFN4ZfPfwKfDA8Ln2z4M=
github.com/openclarity/yara-rule-server v0.2.1/go.mod h1:uDWsTlFm8ZO6xARv+2GSitfxLExp8wkNiiHQ+o44mjU=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ require (
github.com/oklog/ulid v1.3.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/open-policy-agent/opa v0.61.0 // indirect
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.0.0-00010101000000-000000000000 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.0.0-00010101000000-000000000000 // indirect
github.com/openclarity/yara-rule-server v0.2.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions orchestrator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo=
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
github.com/open-policy-agent/opa v0.61.0 h1:nhncQ2CAYtQTV/SMBhDDPsCpCQsUW+zO/1j+T5V7oZg=
github.com/open-policy-agent/opa v0.61.0/go.mod h1:7OUuzJnsS9yHf8lw0ApfcbrnaRG1EkN3J2fuuqi4G/E=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050 h1:rGFpElM9By+Vnl3Bn981O0rbCQSCxHfxQnLP0e6XQU4=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050/go.mod h1:OpxYuVnq2FpR8fw6MxgGhIcjGC6k8PF32FxWqdfO5uM=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 h1:EY4vixnDeJ22lUKvhF1Fd2SO1EffAw99xY2fF2m6m64=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894/go.mod h1:50IdiVCzDsJmOoN2zmzUXuH1ikhPXQBkNF6A/IKxYxc=
github.com/openclarity/yara-rule-server v0.2.1 h1:vJw3oDPJRrWM9iyjxePOXuCDFN4ZfPfwKfDA8Ln2z4M=
github.com/openclarity/yara-rule-server v0.2.1/go.mod h1:uDWsTlFm8ZO6xARv+2GSitfxLExp8wkNiiHQ+o44mjU=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ require (
github.com/oklog/ulid v1.3.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/open-policy-agent/opa v0.61.0 // indirect
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 // indirect
github.com/openclarity/yara-rule-server v0.2.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,8 @@ github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo=
github.com/onsi/gomega v1.31.1/go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0=
github.com/open-policy-agent/opa v0.61.0 h1:nhncQ2CAYtQTV/SMBhDDPsCpCQsUW+zO/1j+T5V7oZg=
github.com/open-policy-agent/opa v0.61.0/go.mod h1:7OUuzJnsS9yHf8lw0ApfcbrnaRG1EkN3J2fuuqi4G/E=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050 h1:rGFpElM9By+Vnl3Bn981O0rbCQSCxHfxQnLP0e6XQU4=
github.com/openclarity/grype-server/api v0.0.0-20230413102042-bcaa60113050/go.mod h1:OpxYuVnq2FpR8fw6MxgGhIcjGC6k8PF32FxWqdfO5uM=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 h1:EY4vixnDeJ22lUKvhF1Fd2SO1EffAw99xY2fF2m6m64=
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894/go.mod h1:50IdiVCzDsJmOoN2zmzUXuH1ikhPXQBkNF6A/IKxYxc=
github.com/openclarity/yara-rule-server v0.2.1 h1:vJw3oDPJRrWM9iyjxePOXuCDFN4ZfPfwKfDA8Ln2z4M=
github.com/openclarity/yara-rule-server v0.2.1/go.mod h1:uDWsTlFm8ZO6xARv+2GSitfxLExp8wkNiiHQ+o44mjU=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down

0 comments on commit 16c1d55

Please sign in to comment.