forked from interlynk-io/sbomqs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (43 loc) · 1.74 KB
/
go.mod
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
module github.com/interlynk-io/sbomqs
go 1.19
require (
github.com/CycloneDX/cyclonedx-go v0.8.0
github.com/DependencyTrack/client-go v0.13.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/google/go-github/v52 v52.0.0
github.com/google/uuid v1.6.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/olekukonko/tablewriter v0.0.5
github.com/package-url/packageurl-go v0.1.2
github.com/samber/lo v1.39.0
github.com/spdx/tools-golang v0.5.3
github.com/spf13/cobra v1.8.0
go.uber.org/zap v1.27.0
gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/release-utils v0.8.1
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)