diff --git a/contrib/golang/filters/http/test/test_data/access_log/go.mod b/contrib/golang/filters/http/test/test_data/access_log/go.mod index 7994171a8b93..6058de049e76 100644 --- a/contrib/golang/filters/http/test/test_data/access_log/go.mod +++ b/contrib/golang/filters/http/test/test_data/access_log/go.mod @@ -4,6 +4,6 @@ go 1.20 require github.com/envoyproxy/envoy v1.24.0 -require google.golang.org/protobuf v1.34.2 +require google.golang.org/protobuf v1.35.1 replace github.com/envoyproxy/envoy => ../../../../../../../