diff --git a/go.mod b/go.mod index 0721ec7d01..4e4cbd5245 100644 --- a/go.mod +++ b/go.mod @@ -28,3 +28,5 @@ require ( golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 golang.org/x/text v0.7.0 // indirect ) + +replace golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0 // GODRIVER-3225 \ No newline at end of file