coredns/core/dnsserver
Miek Gieben 8722336fff
global: move to context (#1699)
* global: move to context

Move from golang.org/x/net/context to std lib's context.

Change done with:

for i in $(grep -l '/context' **/*.go); do sed -e 's|golang.org/x/net/context|context|' -i $i; echo $i; done
for i in **/*.go; do goimports -w $i; done

* drop from dns.pb.go as well
2018-04-20 11:01:06 +01:00
..
address.go Allow overlapping Zones if binding addresses are different (#1530) 2018-02-23 16:54:42 +00:00
address_test.go Allow overlapping Zones if binding addresses are different (#1530) 2018-02-23 16:54:42 +00:00
config.go Allow overlapping Zones if binding addresses are different (#1530) 2018-02-23 16:54:42 +00:00
onstartup.go Fix start mesg for all protocol (#1617) 2018-03-17 19:04:01 +00:00
register.go Allow overlapping Zones if binding addresses are different (#1530) 2018-02-23 16:54:42 +00:00
register_test.go Allow overlapping Zones if binding addresses are different (#1530) 2018-02-23 16:54:42 +00:00
server.go global: move to context (#1699) 2018-04-20 11:01:06 +01:00
server_grpc.go global: move to context (#1699) 2018-04-20 11:01:06 +01:00
server_test.go global: move to context (#1699) 2018-04-20 11:01:06 +01:00
server_tls.go global: move to context (#1699) 2018-04-20 11:01:06 +01:00
zdirectives.go Remove the deprecate plugins (#1612) 2018-03-14 21:18:29 +00:00