We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b546dde commit e7d4295Copy full SHA for e7d4295
1 file changed
go.mod
@@ -506,7 +506,6 @@ require (
506
github.com/opencontainers/runtime-spec v1.3.0 // indirect
507
github.com/opencontainers/selinux v1.15.1 // indirect
508
github.com/openvex/go-vex v0.2.7 // indirect
509
- github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
510
github.com/owenrumney/squealer v1.2.12 // indirect
511
github.com/package-url/packageurl-go v0.1.6 // indirect
512
github.com/pelletier/go-toml/v2 v2.4.2 // indirect
@@ -600,6 +599,7 @@ require (
600
599
al.essio.dev/pkg/shellescape v1.6.0 // indirect
601
github.com/bytecodealliance/wasmtime-go/v44 v44.0.0 // indirect
602
github.com/cenkalti/backoff/v6 v6.0.1 // indirect
+ github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
603
)
604
605
replace (
0 commit comments