We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
context
1 parent 84c1381 commit 818b189Copy full SHA for 818b189
src/bosh-dns/dns/server/handlers/cache_handler.go
@@ -1,11 +1,12 @@
1
package handlers
2
3
import (
4
+ "context"
5
+
6
"code.cloudfoundry.org/clock"
7
boshlog "github.com/cloudfoundry/bosh-utils/logger"
8
"github.com/coredns/coredns/plugin/cache"
9
"github.com/miekg/dns"
- "golang.org/x/net/context"
10
11
"bosh-dns/dns/server/handlers/internal"
12
"bosh-dns/dns/server/records/dnsresolver"
0 commit comments