Skip to content

Commit

Permalink
GODRIVER-3225 [cloud-1.12.0] Ensure usage of newer http2 package (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 5, 2024
1 parent c294f75 commit 3483d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3483d5a

Please sign in to comment.