Skip to content

Commit

Permalink
GODRIVER-3225 [master] Ensure usage of newer http2 package (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 10, 2024
1 parent ab38b74 commit 214a035
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 @@ -20,3 +20,5 @@ require (
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)

replace golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0 // GODRIVER-3225

0 comments on commit 214a035

Please sign in to comment.