mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Move singleflight out of middleware/ (#217)
It is not middleware, so move it up one level. It was also use from core/ showing that indeed its use is not limited to middlewares.
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/miekg/coredns/middleware"
|
||||
"github.com/miekg/coredns/middleware/singleflight"
|
||||
"github.com/miekg/coredns/singleflight"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
gcache "github.com/patrickmn/go-cache"
|
||||
|
||||
Reference in New Issue
Block a user