mirror of
https://github.com/golang/go
synced 2024-11-05 11:36:10 -07:00
493ebc3590
Pull in HTTP/2 fix needed for net/http test case. f8f703f979 http2: accept HEAD requests with a body For #53960 Change-Id: I59bbd83977daced5ed21ec5345af8cdb607e532e Reviewed-on: https://go-review.googlesource.com/c/go/+/432197 Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module std
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/net v0.0.0-20220920203100-d0c6ba3f52d9
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
|
golang.org/x/text v0.3.8-0.20220722155301-d03b41800055 // indirect
|
|
)
|