mirror of
https://github.com/coredns/coredns.git
synced 2025-11-11 14:32:25 -05:00
Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547)
This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/mholt/caddy"
|
||||
"github.com/miekg/coredns/middleware"
|
||||
"github.com/coredns/coredns/middleware"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user