diff --git a/contrib/golang/filters/http/test/test_data/echo/go.mod b/contrib/golang/filters/http/test/test_data/echo/go.mod index 030155522ee3..477074d5ba37 100644 --- a/contrib/golang/filters/http/test/test_data/echo/go.mod +++ b/contrib/golang/filters/http/test/test_data/echo/go.mod @@ -15,7 +15,7 @@ require ( golang.org/x/text v0.7.0 // indirect google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect google.golang.org/grpc v1.25.1 // indirect - google.golang.org/protobuf v1.30.0 + google.golang.org/protobuf v1.36.3 ) replace github.com/envoyproxy/envoy => ../../../../../../../