Skip to content

Commit 5432df2

Browse files
committed
bump opa with fork branch
1 parent 564a89f commit 5432df2

File tree

5 files changed

+20
-32
lines changed

5 files changed

+20
-32
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent
22

3-
go 1.23.7
3+
go 1.23.8
44

55
// v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
66
// to appear there. The trick to accomplish this is to make a new version (in this case v0.9.0)
@@ -1165,3 +1165,5 @@ replace (
11651165
github.com/DataDog/datadog-agent/test/new-e2e => ./test/new-e2e
11661166
github.com/DataDog/datadog-agent/test/otel => ./test/otel
11671167
)
1168+
1169+
replace github.com/open-policy-agent/opa => github.com/paulcacheux/opa v0.0.0-20250505113914-138127eb5081

go.sum

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.7
1+
go 1.23.8
22

33
// Disable experimental post-quantum key exchange mechanism X25519Kyber768Draft00
44
// This was causing errors with AWS Network Firewall

internal/tools/go.mod

+2-6
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ require (
111111
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
112112
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
113113
github.com/hashicorp/go-version v1.7.0 // indirect
114-
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
115114
github.com/hexops/gotextdiff v1.0.3 // indirect
116115
github.com/hhatto/gorst v0.0.0-20181029133204-ca9f730cac5b // indirect
117116
github.com/huandu/xstrings v1.5.0 // indirect
@@ -139,7 +138,6 @@ require (
139138
github.com/leonklingele/grouper v1.1.2 // indirect
140139
github.com/lufeee/execinquery v1.2.1 // indirect
141140
github.com/macabu/inamedparam v0.1.3 // indirect
142-
github.com/magiconair/properties v1.8.9 // indirect
143141
github.com/maratori/testableexamples v1.0.0 // indirect
144142
github.com/maratori/testpackage v1.1.1 // indirect
145143
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect
@@ -181,8 +179,7 @@ require (
181179
github.com/russross/blackfriday/v2 v2.1.0 // indirect
182180
github.com/ryancurrah/gomodguard v1.3.3 // indirect
183181
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
184-
github.com/sagikazarmark/locafero v0.6.0 // indirect
185-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
182+
github.com/sagikazarmark/locafero v0.7.0 // indirect
186183
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
187184
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
188185
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
@@ -202,7 +199,7 @@ require (
202199
github.com/spf13/cast v1.7.1 // indirect
203200
github.com/spf13/cobra v1.9.1 // indirect
204201
github.com/spf13/pflag v1.0.6 // indirect
205-
github.com/spf13/viper v1.19.0 // indirect
202+
github.com/spf13/viper v1.20.1 // indirect
206203
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
207204
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
208205
github.com/stretchr/objx v0.5.2 // indirect
@@ -240,7 +237,6 @@ require (
240237
golang.org/x/tools v0.32.0 // indirect
241238
gonum.org/v1/gonum v0.16.0 // indirect
242239
google.golang.org/protobuf v1.36.6 // indirect
243-
gopkg.in/ini.v1 v1.67.0 // indirect
244240
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
245241
gopkg.in/warnings.v0 v0.1.2 // indirect
246242
gopkg.in/yaml.v2 v2.4.0 // indirect

internal/tools/go.sum

+4-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)