-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (49 loc) · 1.83 KB
/
go.mod
File metadata and controls
54 lines (49 loc) · 1.83 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/interlynk-io/sbomasm/v2
go 1.25.0
require (
github.com/CycloneDX/cyclonedx-go v0.10.0
github.com/fatih/color v1.18.0
github.com/github/go-spdx/v2 v2.4.0
github.com/google/uuid v1.6.0
github.com/guacsec/sw-id-core v0.1.3
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/interlynk-io/sbomqs v1.3.0
github.com/mitchellh/copystructure v1.2.0
github.com/package-url/packageurl-go v0.1.5
github.com/pingcap/log v1.1.0
github.com/samber/lo v1.53.0
github.com/shiftleftcyber/securesbom-sdk-golang/v2 v2.3.0
github.com/spdx/tools-golang v0.5.7
github.com/spf13/cobra v1.10.2
go.uber.org/zap v1.27.1
golang.org/x/time v0.15.0
gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/release-utils v0.12.3
)
require golang.org/x/mod v0.34.0 // indirect
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
golang.org/x/tools v0.42.0 // indirect
)
require (
github.com/DependencyTrack/client-go v0.18.0
github.com/anchore/go-struct-converter v0.1.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.7
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/rogpeppe/go-internal v1.14.1
github.com/spdx/gordf v0.0.0-20250128162952-000978ccd6fb // indirect
github.com/spf13/pflag v1.0.10 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)