Skip to content

Commit

Permalink
Merge pull request #12246 from SVilgelm/fix-import-path
Browse files Browse the repository at this point in the history
Fix import path to fileutils in listener
  • Loading branch information
gyuho committed Aug 24, 2020
2 parents d01dda5 + 386ebbb commit 43d6162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transport/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 43d6162

Please sign in to comment.