-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 1.14 KB
/
go.mod
File metadata and controls
32 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/jeffmendoza/cdsbom
go 1.23.3
require (
github.com/guacsec/sw-id-core v0.1.1
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/protobom/protobom v0.5.2
golang.org/x/time v0.11.0
)
//replace github.com/guacsec/sw-id-core => ../sw-id-core
require (
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
github.com/anchore/go-struct-converter v0.0.0-20250211213226-cce56d595160 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/package-url/packageurl-go v0.1.3 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spdx/tools-golang v0.5.5 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sys v0.32.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
sigs.k8s.io/release-utils v0.11.1 // indirect
)