moby--moby/registry
HuanHuan Ye a57fd5488d Fix base.Dial is deprecated: Use DialContext instead
1.Change base.Dial to base.DailContext.
2.Remove proxyDialer that was previously used to configure a
net.Dialer to route proxy.Dialer which will route the connections
through the proxy using the connections through a SOCKS proxy.
SOCKS proxies are now supported by configuring only http.Transport.Proxy,
and no longer require changing http.Transport.Dial.

Signed-off-by: HuanHuan Ye <logindaveye@gmail.com>
2019-09-20 10:42:13 +08:00
..
resumable Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
auth.go *: remove interfacer linter from CI 2019-03-13 11:48:39 +11:00
auth_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config.go Remove v1 manifest code 2019-06-18 01:40:25 +00:00
config_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
config_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
endpoint_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
endpoint_v1.go registry/newV1EndpointFromStr: rm dead code 2019-09-18 12:57:28 +02:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
registry.go Fix base.Dial is deprecated: Use DialContext instead 2019-09-20 10:42:13 +08:00
registry_mock_test.go Various code-cleanup 2018-05-23 17:50:54 +02:00
registry_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Remove v1 manifest code 2019-06-18 01:40:25 +00:00
service_v2.go Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
session.go goimports: fix imports 2019-09-18 12:56:54 +02:00
types.go Add canonical import comment 2018-02-05 16:51:57 -05:00