Skip to content

Commit 7a9164d

Browse files
committed
bump opa with fork branch
1 parent 2d4a9c5 commit 7a9164d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

+5-3
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)
@@ -144,7 +144,7 @@ require (
144144
github.com/sirupsen/logrus v1.9.3
145145
github.com/skydive-project/go-debouncer v1.0.1
146146
github.com/smira/go-xz v0.1.0
147-
github.com/spf13/afero v1.11.0
147+
github.com/spf13/afero v1.12.0
148148
github.com/spf13/cast v1.7.1
149149
github.com/spf13/cobra v1.9.1
150150
github.com/spf13/pflag v1.0.6
@@ -192,7 +192,7 @@ require (
192192
golang.org/x/time v0.11.0
193193
golang.org/x/tools v0.32.0
194194
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
195-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
195+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
196196
google.golang.org/grpc v1.72.0
197197
google.golang.org/grpc/examples v0.0.0-20221020162917-9127159caf5a
198198
google.golang.org/protobuf v1.36.6
@@ -1164,3 +1164,5 @@ replace (
11641164
github.com/DataDog/datadog-agent/test/new-e2e => ./test/new-e2e
11651165
github.com/DataDog/datadog-agent/test/otel => ./test/otel
11661166
)
1167+
1168+
replace github.com/open-policy-agent/opa => github.com/paulcacheux/opa v0.0.0-20250505113914-138127eb5081

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

0 commit comments

Comments
 (0)