File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ require (
41
41
github.com/cheggaaa/pb/v3 v3.1.5
42
42
github.com/containerd/containerd/v2 v2.0.0
43
43
github.com/containerd/platforms v1.0.0-rc.0
44
- github.com/csaf-poc/csaf_distribution/v3 v3.0.0
45
44
github.com/distribution/reference v0.6.0
46
45
github.com/docker/cli v27.3.1+incompatible
47
46
github.com/docker/docker v27.3.1+incompatible
@@ -51,6 +50,7 @@ require (
51
50
github.com/go-openapi/runtime v0.28.0 // indirect
52
51
github.com/go-openapi/strfmt v0.23.0 // indirect
53
52
github.com/go-redis/redis/v8 v8.11.5
53
+ github.com/gocsaf/csaf/v3 v3.1.0
54
54
github.com/golang-jwt/jwt/v5 v5.2.1
55
55
github.com/google/go-containerregistry v0.20.2
56
56
github.com/google/go-github/v62 v62.0.0
Original file line number Diff line number Diff line change @@ -523,8 +523,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB
523
523
github.com/cpuguy83/go-md2man/v2 v2.0.5 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
524
524
github.com/creack/pty v1.1.23 h1:4M6+isWdcStXEf15G/RbrMPOQj1dZ7HPZCGwE4kOeP0 =
525
525
github.com/creack/pty v1.1.23 /go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE =
526
- github.com/csaf-poc/csaf_distribution/v3 v3.0.0 h1:ob9+Fmpff0YWgTP3dYaw7G2hKQ9cegh9l3zksc+q3sM =
527
- github.com/csaf-poc/csaf_distribution/v3 v3.0.0 /go.mod h1:uilCTiNKivq+6zrDvjtZaUeLk70oe21iwKivo6ILwlQ =
528
526
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 h1:2Dx4IHfC1yHWI12AxQDJM1QbRCDfk6M+blLzlZCXdrc =
529
527
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 /go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw =
530
528
github.com/cyphar/filepath-securejoin v0.3.4 h1:VBWugsJh2ZxJmLFSM06/0qzQyiQX2Qs0ViKrUAcqdZ8 =
@@ -712,6 +710,8 @@ github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJA
712
710
github.com/goccy/go-yaml v1.8.1 /go.mod h1:wS4gNoLalDSJxo/SpngzPQ2BN4uuZVLCmbM4S3vd4+Y =
713
711
github.com/goccy/go-yaml v1.9.5 h1:Eh/+3uk9kLxG4koCX6lRMAPS1OaMSAi+FJcya0INdB0 =
714
712
github.com/goccy/go-yaml v1.9.5 /go.mod h1:U/jl18uSupI5rdI2jmuCswEA2htH9eXfferR3KfscvA =
713
+ github.com/gocsaf/csaf/v3 v3.1.0 h1:XXmpMdR6OOGR2R7Av4LQpGNYQ/4IbquaYWfxsCs0Hro =
714
+ github.com/gocsaf/csaf/v3 v3.1.0 /go.mod h1:3nGOg1D8A/Z7PQ69Or7J6flfT+ILsvPlMXSBKR7BZsY =
715
715
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk =
716
716
github.com/godbus/dbus/v5 v5.1.0 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
717
717
github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
Original file line number Diff line number Diff line change 1
1
package vex
2
2
3
3
import (
4
- "github.com/csaf-poc/csaf_distribution /v3/csaf"
4
+ "github.com/gocsaf/csaf /v3/csaf"
5
5
"github.com/samber/lo"
6
6
7
7
"github.com/aquasecurity/trivy/pkg/log"
Original file line number Diff line number Diff line change 5
5
"io"
6
6
"os"
7
7
8
- "github.com/csaf-poc/csaf_distribution /v3/csaf"
8
+ "github.com/gocsaf/csaf /v3/csaf"
9
9
"github.com/hashicorp/go-multierror"
10
10
openvex "github.com/openvex/go-vex/pkg/vex"
11
11
"github.com/sirupsen/logrus"
You can’t perform that action at this time.
0 commit comments