Skip to content

Commit 818b189

Browse files
committed
Use context from Golang stdlib
1 parent 84c1381 commit 818b189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bosh-dns/dns/server/handlers/cache_handler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package handlers
22

33
import (
4+
"context"
5+
46
"code.cloudfoundry.org/clock"
57
boshlog "github.com/cloudfoundry/bosh-utils/logger"
68
"github.com/coredns/coredns/plugin/cache"
79
"github.com/miekg/dns"
8-
"golang.org/x/net/context"
910

1011
"bosh-dns/dns/server/handlers/internal"
1112
"bosh-dns/dns/server/records/dnsresolver"

0 commit comments

Comments
 (0)