github.com/DataDog/datadog-agent/pkg/security/secl@v0.55.0-devel.0.20240517055856-10c4965fea94/go.mod (about) 1 module github.com/DataDog/datadog-agent/pkg/security/secl 2 3 go 1.21 4 5 require ( 6 github.com/Masterminds/semver/v3 v3.2.1 7 github.com/Masterminds/sprig/v3 v3.2.3 8 github.com/alecthomas/participle v0.7.1 9 github.com/davecgh/go-spew v1.1.1 10 github.com/fatih/structtag v1.2.0 11 github.com/fsnotify/fsnotify v1.7.0 12 github.com/google/go-cmp v0.6.0 13 github.com/hashicorp/go-multierror v1.1.1 14 github.com/hashicorp/golang-lru/v2 v2.0.7 15 github.com/skydive-project/go-debouncer v1.0.0 16 github.com/spf13/cast v1.6.0 17 github.com/stretchr/testify v1.9.0 18 golang.org/x/sys v0.19.0 19 golang.org/x/text v0.15.0 20 golang.org/x/tools v0.20.0 21 gopkg.in/yaml.v2 v2.4.0 22 gopkg.in/yaml.v3 v3.0.1 23 ) 24 25 require ( 26 github.com/Masterminds/goutils v1.1.1 // indirect 27 github.com/google/uuid v1.3.0 // indirect 28 github.com/hashicorp/errwrap v1.0.0 // indirect 29 github.com/huandu/xstrings v1.3.3 // indirect 30 github.com/imdario/mergo v0.3.12 // indirect 31 github.com/mitchellh/copystructure v1.2.0 // indirect 32 github.com/mitchellh/reflectwalk v1.0.2 // indirect 33 github.com/pmezard/go-difflib v1.0.0 // indirect 34 github.com/shopspring/decimal v1.2.0 // indirect 35 golang.org/x/crypto v0.22.0 // indirect 36 golang.org/x/mod v0.17.0 // indirect 37 golang.org/x/sync v0.7.0 // indirect 38 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 39 )