We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345ea95 commit 9e50281Copy full SHA for 9e50281
go.mod
@@ -38,3 +38,5 @@ require (
38
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
39
golang.org/x/text v0.14.0 // indirect
40
)
41
+
42
+replace golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0 // GODRIVER-3225
vendor/modules.txt
@@ -47,3 +47,4 @@ golang.org/x/sync/singleflight
47
## explicit; go 1.18
48
golang.org/x/text/transform
49
golang.org/x/text/unicode/norm
50
+# golang.org/x/net/http2 => golang.org/x/net/http2 v0.23.0
0 commit comments