Skip to content

Commit

Permalink
Bump golang.org/x/text from 0.19.0 to 0.20.0 in /pkg/security/secl (#…
Browse files Browse the repository at this point in the history
…30960)

Co-authored-by: paulcacheux <paul.cacheux@datadoghq.com>
  • Loading branch information
dependabot[bot] and paulcacheux authored Nov 12, 2024
1 parent dc71f1e commit 543ed10
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ require (
golang.org/x/arch v0.11.0
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6
golang.org/x/net v0.30.0
golang.org/x/sync v0.8.0
golang.org/x/sync v0.9.0
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
golang.org/x/text v0.20.0
golang.org/x/time v0.7.0
golang.org/x/tools v0.26.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
Expand Down
8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/security/secl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
golang.org/x/text v0.20.0
golang.org/x/tools v0.26.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -42,6 +42,6 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sync v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
8 changes: 4 additions & 4 deletions pkg/security/secl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/security/seclwin/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/security/seclwin/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 543ed10

Please sign in to comment.