etcd/client/pkg/transport
Benjamin Wang 7f10dccbaf Bump go 1.19: update all the dependencies and go.sum files
1. run ./scripts/fix.sh;
2. cd tools/mod; gofmt -w . & go mod tidy;

Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-09-22 08:47:46 +08:00
..
doc.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
keepalive_listener.go Refactor the keepAliveListener and keepAliveConn 2022-08-18 04:24:05 +08:00
keepalive_listener_test.go Refactor the keepAliveListener and keepAliveConn 2022-08-18 04:24:05 +08:00
limit_listen.go Refactor the keepAliveListener and keepAliveConn 2022-08-18 04:24:05 +08:00
listener.go Bump go 1.19: update all the dependencies and go.sum files 2022-09-22 08:47:46 +08:00
listener_opts.go *: Add missing file licenses and Fix static analysis prevent skipping them in future 2021-06-29 12:52:02 +02:00
listener_test.go add verification on nil log 2022-09-13 17:11:36 +08:00
listener_tls.go etcd: modify declaring empty slices 2022-09-16 14:41:14 +08:00
sockopt.go *: Add missing file licenses and Fix static analysis prevent skipping them in future 2021-06-29 12:52:02 +02:00
sockopt_solaris.go client/pkg/v3: fixes Solaris build of transport 2021-08-30 11:44:02 +03:00
sockopt_unix.go client/pkg/v3: fixes Solaris build of transport 2021-08-30 11:44:02 +03:00
sockopt_windows.go *: Add missing file licenses and Fix static analysis prevent skipping them in future 2021-06-29 12:52:02 +02:00
timeout_conn.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_dialer.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_dialer_test.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_listener.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_listener_test.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_transport.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00
timeout_transport_test.go *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +08:00
tls.go close idle connections 2022-03-23 23:37:31 +08:00
tls_test.go remove endpoints length check in TestValidateSecureEndpoints() 2022-03-23 23:37:31 +08:00
transport.go fix some typos 2022-03-07 20:28:53 +08:00
transport_test.go *: use `T.TempDir` to create temporary test directory 2022-01-25 00:00:46 +08:00
unix_listener.go Move pkg/* used by client to client/pkg. 2021-04-05 23:47:27 +02:00