diff options
Diffstat (limited to 'test/metrics_test.go')
-rw-r--r-- | test/metrics_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/metrics_test.go b/test/metrics_test.go index fa7adee80..4a1665c5b 100644 --- a/test/metrics_test.go +++ b/test/metrics_test.go @@ -8,10 +8,10 @@ import ( "testing" "time" - "github.com/coredns/coredns/middleware/cache" - "github.com/coredns/coredns/middleware/metrics" - mtest "github.com/coredns/coredns/middleware/metrics/test" - "github.com/coredns/coredns/middleware/metrics/vars" + "github.com/coredns/coredns/plugin/cache" + "github.com/coredns/coredns/plugin/metrics" + mtest "github.com/coredns/coredns/plugin/metrics/test" + "github.com/coredns/coredns/plugin/metrics/vars" "github.com/miekg/dns" ) |