aboutsummaryrefslogtreecommitdiff
path: root/plugin/azure/setup.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/azure/setup.go')
-rw-r--r--plugin/azure/setup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/azure/setup.go b/plugin/azure/setup.go
index f3fd6e437..11506be6d 100644
--- a/plugin/azure/setup.go
+++ b/plugin/azure/setup.go
@@ -4,6 +4,7 @@ import (
"context"
"strings"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/fall"
@@ -13,7 +14,6 @@ import (
privateAzureDNS "github.com/Azure/azure-sdk-for-go/profiles/latest/privatedns/mgmt/privatedns"
azurerest "github.com/Azure/go-autorest/autorest/azure"
"github.com/Azure/go-autorest/autorest/azure/auth"
- "github.com/caddyserver/caddy"
)
var log = clog.NewWithPlugin("azure")