We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13b307 commit 6febd89Copy full SHA for 6febd89
go.mod
@@ -4,7 +4,7 @@ go 1.21
4
5
require (
6
github.com/CycloneDX/cyclonedx-go v0.9.3
7
- github.com/samber/lo v1.49.1
+ github.com/samber/lo v1.52.0
8
github.com/sirupsen/logrus v1.9.3
9
github.com/stretchr/testify v1.10.0
10
)
@@ -13,6 +13,6 @@ require (
13
github.com/davecgh/go-spew v1.1.1 // indirect
14
github.com/pmezard/go-difflib v1.0.0 // indirect
15
golang.org/x/sys v0.14.0 // indirect
16
- golang.org/x/text v0.21.0 // indirect
+ golang.org/x/text v0.22.0 // indirect
17
gopkg.in/yaml.v3 v3.0.1 // indirect
18
go.sum
0 commit comments