Skip to content

Commit 214a035

Browse files
authored
GODRIVER-3225 [master] Ensure usage of newer http2 package (#1650)
1 parent ab38b74 commit 214a035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ require (
2020
golang.org/x/text v0.7.0 // indirect
2121
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
2222
)
23+
24+
replace golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0 // GODRIVER-3225

0 commit comments

Comments
 (0)