Updating dependency golang.org/x/net to version v0.0.0-20200202094626-16171245cfb2

This commit is contained in:
Davanum Srinivas
2020-03-24 13:41:31 -04:00
parent 9e91a7ddc1
commit 75ceb7baa8
124 changed files with 5647 additions and 780 deletions

View File

@@ -127,7 +127,7 @@ type Dialer struct {
// establishing the transport connection.
ProxyDial func(context.Context, string, string) (net.Conn, error)
// AuthMethods specifies the list of request authention
// AuthMethods specifies the list of request authentication
// methods.
// If empty, SOCKS client requests only AuthMethodNotRequired.
AuthMethods []AuthMethod