aboutsummaryrefslogtreecommitdiff
path: root/plugin/chaos
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/chaos')
-rw-r--r--plugin/chaos/chaos.go3
-rw-r--r--plugin/chaos/chaos_test.go3
2 files changed, 2 insertions, 4 deletions
diff --git a/plugin/chaos/chaos.go b/plugin/chaos/chaos.go
index 2221499c2..60b002bdb 100644
--- a/plugin/chaos/chaos.go
+++ b/plugin/chaos/chaos.go
@@ -2,13 +2,12 @@
package chaos
import (
+ "context"
"os"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
)
diff --git a/plugin/chaos/chaos_test.go b/plugin/chaos/chaos_test.go
index ce42ce7c4..bb58c07b4 100644
--- a/plugin/chaos/chaos_test.go
+++ b/plugin/chaos/chaos_test.go
@@ -1,14 +1,13 @@
package chaos
import (
+ "context"
"testing"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
- "context"
-
"github.com/miekg/dns"
)