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 b192be3f71b1..318833da2bfe 100644 --- a/contrib/golang/filters/http/test/test_data/buffer/go.mod +++ b/contrib/golang/filters/http/test/test_data/buffer/go.mod @@ -3,8 +3,8 @@ module example.com/buffer go 1.20 require ( - github.com/envoyproxy/envoy v1.24.0 - google.golang.org/protobuf v1.31.0 + github.com/envoyproxy/envoy v1.24.0 + google.golang.org/protobuf v1.32.0 ) replace github.com/envoyproxy/envoy => ../../../../../../../