mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix import path to fileutils in listener
transport/listener: change the import path of fileutil Version 3.3 still uses the github.com/coreos/etcd prefix, but the transport/listener package used the go.etcd.io/etcd path prefix.
This commit is contained in:
@@ -31,8 +31,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/etcd/pkg/fileutil"
|
||||
"github.com/coreos/etcd/pkg/tlsutil"
|
||||
"go.etcd.io/etcd/pkg/fileutil"
|
||||
)
|
||||
|
||||
func NewListener(addr, scheme string, tlsinfo *TLSInfo) (l net.Listener, err error) {
|
||||
|
||||
Reference in New Issue
Block a user