mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Run go genenerate (#1506)
Forward still wasn't right; run make -f Makefile.doc, as well for good measure.
This commit is contained in:
		| @@ -17,6 +17,7 @@ import ( | ||||
| 	_ "github.com/coredns/coredns/plugin/etcd" | ||||
| 	_ "github.com/coredns/coredns/plugin/federation" | ||||
| 	_ "github.com/coredns/coredns/plugin/file" | ||||
| 	_ "github.com/coredns/coredns/plugin/forward" | ||||
| 	_ "github.com/coredns/coredns/plugin/health" | ||||
| 	_ "github.com/coredns/coredns/plugin/hosts" | ||||
| 	_ "github.com/coredns/coredns/plugin/kubernetes" | ||||
| @@ -36,7 +37,6 @@ import ( | ||||
| 	_ "github.com/coredns/coredns/plugin/tls" | ||||
| 	_ "github.com/coredns/coredns/plugin/trace" | ||||
| 	_ "github.com/coredns/coredns/plugin/whoami" | ||||
| 	_ "github.com/coredns/forward" | ||||
| 	_ "github.com/mholt/caddy/onevent" | ||||
| 	_ "github.com/mholt/caddy/startupshutdown" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user