Chore: http2 should use DialTLSContext and some tls handshake should with context

This commit is contained in:
Dreamacro
2022-08-13 12:35:39 +08:00
parent 71cad51e8f
commit 5940f62794
5 changed files with 17 additions and 16 deletions

4
go.mod
View File

@ -17,9 +17,9 @@ require (
go.uber.org/atomic v1.9.0
go.uber.org/automaxprocs v1.5.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
golang.org/x/net v0.0.0-20220812174116-3211cb980234
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
gopkg.in/yaml.v3 v3.0.1
)