Skip to content

Commit 9e50281

Browse files
authored
GODRIVER-3225 Ensure usage of newer http2 package (#1648)
1 parent 345ea95 commit 9e50281

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ require (
3838
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
3939
golang.org/x/text v0.14.0 // indirect
4040
)
41+
42+
replace golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0 // GODRIVER-3225

vendor/modules.txt

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ golang.org/x/sync/singleflight
4747
## explicit; go 1.18
4848
golang.org/x/text/transform
4949
golang.org/x/text/unicode/norm
50+
# golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0

0 commit comments

Comments
 (0)