diff --git a/contrib/golang/filters/http/test/test_data/property/go.mod b/contrib/golang/filters/http/test/test_data/property/go.mod index e960af90623c8..eaea6399b0181 100644 --- a/contrib/golang/filters/http/test/test_data/property/go.mod +++ b/contrib/golang/filters/http/test/test_data/property/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/envoyproxy/envoy v1.24.0 - google.golang.org/protobuf v1.33.0 + google.golang.org/protobuf v1.34.0 ) replace github.com/envoyproxy/envoy => ../../../../../../../