-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from interlynk-io/update/deps
update deps
- Loading branch information
Showing
5 changed files
with
116 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
module github.com/interlynk-io/sbomgr | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.5 | ||
|
||
require ( | ||
github.com/CycloneDX/cyclonedx-go v0.8.0 | ||
github.com/google/go-github/v52 v52.0.0 | ||
github.com/google/uuid v1.5.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/spdx/tools-golang v0.4.0 | ||
github.com/spdx/tools-golang v0.5.4 | ||
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.7.7 | ||
sigs.k8s.io/release-utils v0.8.1 | ||
) | ||
|
||
require ( | ||
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/semver/v3 v3.2.1 | ||
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/ProtonMail/go-crypto v1.0.0 // indirect | ||
github.com/cloudflare/circl v1.3.8 // indirect | ||
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect | ||
github.com/golang/protobuf v1.5.2 // 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.9 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb // indirect | ||
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/oauth2 v0.7.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/oauth2 v0.19.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.