diff options
Diffstat (limited to 'plugin/route53/route53.go')
-rw-r--r-- | plugin/route53/route53.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/route53/route53.go b/plugin/route53/route53.go index 66adcbb9a..f51e76448 100644 --- a/plugin/route53/route53.go +++ b/plugin/route53/route53.go @@ -3,13 +3,12 @@ package route53 import ( + "context" "net" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/request" - "context" - "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/route53" "github.com/aws/aws-sdk-go/service/route53/route53iface" |