Skip to content

Commit

Permalink
Merge pull request #1496 from njuettner/fix-etcdv3-import
Browse files Browse the repository at this point in the history
Fix: file coredns.go is not `goimports`-ed
  • Loading branch information
k8s-ci-robot committed Apr 8, 2020
2 parents 338367a + 5f3ff1b commit c8621b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/coredns.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
"strings"
"time"

etcdcv3 "go.etcd.io/etcd/clientv3"
log "github.com/sirupsen/logrus"
etcdcv3 "go.etcd.io/etcd/clientv3"

"sigs.k8s.io/external-dns/endpoint"
"sigs.k8s.io/external-dns/plan"
Expand Down

0 comments on commit c8621b4

Please sign in to comment.