diff --git a/contrib/golang/filters/http/test/test_data/buffer/go.mod b/contrib/golang/filters/http/test/test_data/buffer/go.mod index 769375c0b4af1..ff85c863f85fb 100644 --- a/contrib/golang/filters/http/test/test_data/buffer/go.mod +++ b/contrib/golang/filters/http/test/test_data/buffer/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/envoyproxy/envoy v1.24.0 - google.golang.org/protobuf v1.36.1 + google.golang.org/protobuf v1.36.5 ) replace github.com/envoyproxy/envoy => ../../../../../../../