Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/openclarity/grype-server/api digest to 7ff9d7d #1770

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,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.64.1 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b // indirect
github.com/openclarity/vmclarity/plugins/runner v0.7.0 // indirect
github.com/openclarity/vmclarity/plugins/sdk-go v0.7.0 // indirect
github.com/openclarity/yara-rule-server v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-policy-agent/opa v0.64.1 h1:n8IJTYlFWzqiOYx+JiawbErVxiqAyXohovcZxYbskxQ=
github.com/open-policy-agent/opa v0.64.1/go.mod h1:j4VeLorVpKipnkQ2TDjWshEuV3cvP/rHzQhYaraUXZY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 h1:el6Lv08DBTBjbz+4nxlf8y49SlzrPdTfE+T0k+t7DsY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b h1:ng1sTHVX46muw3lh3Kh3s/v1YUzXWpIk70NXt4eUp2s=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA=
github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,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.64.1 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b // indirect
github.com/openclarity/vmclarity/installation v0.7.0 // indirect
github.com/openclarity/vmclarity/plugins/runner v0.7.0 // indirect
github.com/openclarity/vmclarity/plugins/sdk-go v0.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1334,8 +1334,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-policy-agent/opa v0.64.1 h1:n8IJTYlFWzqiOYx+JiawbErVxiqAyXohovcZxYbskxQ=
github.com/open-policy-agent/opa v0.64.1/go.mod h1:j4VeLorVpKipnkQ2TDjWshEuV3cvP/rHzQhYaraUXZY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 h1:el6Lv08DBTBjbz+4nxlf8y49SlzrPdTfE+T0k+t7DsY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b h1:ng1sTHVX46muw3lh3Kh3s/v1YUzXWpIk70NXt4eUp2s=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA=
github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs=
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,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.64.1 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.7.0 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.0 // indirect
github.com/openclarity/vmclarity/plugins/runner v0.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions orchestrator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-policy-agent/opa v0.64.1 h1:n8IJTYlFWzqiOYx+JiawbErVxiqAyXohovcZxYbskxQ=
github.com/open-policy-agent/opa v0.64.1/go.mod h1:j4VeLorVpKipnkQ2TDjWshEuV3cvP/rHzQhYaraUXZY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 h1:el6Lv08DBTBjbz+4nxlf8y49SlzrPdTfE+T0k+t7DsY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b h1:ng1sTHVX46muw3lh3Kh3s/v1YUzXWpIk70NXt4eUp2s=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA=
github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs=
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 @@ -331,7 +331,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.64.1 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b // indirect
github.com/openclarity/vmclarity/plugins/runner v0.7.0 // indirect
github.com/openclarity/vmclarity/plugins/sdk-go v0.7.0 // indirect
github.com/openclarity/yara-rule-server v0.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-policy-agent/opa v0.64.1 h1:n8IJTYlFWzqiOYx+JiawbErVxiqAyXohovcZxYbskxQ=
github.com/open-policy-agent/opa v0.64.1/go.mod h1:j4VeLorVpKipnkQ2TDjWshEuV3cvP/rHzQhYaraUXZY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 h1:el6Lv08DBTBjbz+4nxlf8y49SlzrPdTfE+T0k+t7DsY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b h1:ng1sTHVX46muw3lh3Kh3s/v1YUzXWpIk70NXt4eUp2s=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA=
github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
2 changes: 1 addition & 1 deletion scanner/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.33.1
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b
github.com/openclarity/vmclarity/api/types v0.7.0
github.com/openclarity/vmclarity/core v0.7.0
github.com/openclarity/vmclarity/plugins/runner v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions scanner/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/open-policy-agent/opa v0.64.1 h1:n8IJTYlFWzqiOYx+JiawbErVxiqAyXohovcZxYbskxQ=
github.com/open-policy-agent/opa v0.64.1/go.mod h1:j4VeLorVpKipnkQ2TDjWshEuV3cvP/rHzQhYaraUXZY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22 h1:el6Lv08DBTBjbz+4nxlf8y49SlzrPdTfE+T0k+t7DsY=
github.com/openclarity/grype-server/api v0.0.0-20240502131359-2f1a56ef9b22/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b h1:ng1sTHVX46muw3lh3Kh3s/v1YUzXWpIk70NXt4eUp2s=
github.com/openclarity/grype-server/api v0.0.0-20240605105406-7ff9d7d5003b/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE=
github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA=
github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
Loading