|
1 | 1 | module github.com/DataDog/datadog-agent
|
2 | 2 |
|
3 |
| -go 1.23.7 |
| 3 | +go 1.23.8 |
4 | 4 |
|
5 | 5 | // v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
|
6 | 6 | // 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 (
|
144 | 144 | github.com/sirupsen/logrus v1.9.3
|
145 | 145 | github.com/skydive-project/go-debouncer v1.0.1
|
146 | 146 | github.com/smira/go-xz v0.1.0
|
147 |
| - github.com/spf13/afero v1.11.0 |
| 147 | + github.com/spf13/afero v1.12.0 |
148 | 148 | github.com/spf13/cast v1.7.1
|
149 | 149 | github.com/spf13/cobra v1.9.1
|
150 | 150 | github.com/spf13/pflag v1.0.6
|
@@ -192,7 +192,7 @@ require (
|
192 | 192 | golang.org/x/time v0.11.0
|
193 | 193 | golang.org/x/tools v0.32.0
|
194 | 194 | 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 |
196 | 196 | google.golang.org/grpc v1.72.0
|
197 | 197 | google.golang.org/grpc/examples v0.0.0-20221020162917-9127159caf5a
|
198 | 198 | google.golang.org/protobuf v1.36.6
|
@@ -1164,3 +1164,5 @@ replace (
|
1164 | 1164 | github.com/DataDog/datadog-agent/test/new-e2e => ./test/new-e2e
|
1165 | 1165 | github.com/DataDog/datadog-agent/test/otel => ./test/otel
|
1166 | 1166 | )
|
| 1167 | + |
| 1168 | +replace github.com/open-policy-agent/opa => github.com/paulcacheux/opa v0.0.0-20250505113914-138127eb5081 |
0 commit comments