Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions pkg/security/secl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/security/secl

go 1.21
go 1.24.0

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand All @@ -16,9 +16,9 @@ require (
github.com/spf13/cast v1.6.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20221114191408-850992195362
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
golang.org/x/tools v0.16.1
golang.org/x/sys v0.38.0
golang.org/x/text v0.31.0
golang.org/x/tools v0.38.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
Expand All @@ -33,7 +33,8 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sync v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
23 changes: 12 additions & 11 deletions pkg/security/secl/go.sum

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