distribution: remove use of deprecated dial.DualStack
@@ -68,7 +68,6 @@ func NewV2Repository(
direct := &net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
- DualStack: true,
}
// TODO(dmcgowan): Call close idle connections when complete, use keep alive
@@ -175,7 +175,6 @@ func NewTransport(tlsConfig *tls.Config) *http.Transport {
base := &http.Transport{