aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-04-27 10:38:44 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-27 10:38:44 +0200
commit840e8756657807e52d39044b6435ab4b0c591251 (patch)
tree607eb61a8b9ee231d8e54b0106b5961d31567692 /plugin
parented1f42cf563e60068cadb96155423942917d0d47 (diff)
downloadcoredns-840e8756657807e52d39044b6435ab4b0c591251.tar.gz
coredns-840e8756657807e52d39044b6435ab4b0c591251.tar.zst
coredns-840e8756657807e52d39044b6435ab4b0c591251.zip
Run go generate (#3856)
@zouyee has added himself to CODEOWNERS, run go generate to update the author list for the chaos plugin. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/chaos/zowners.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/chaos/zowners.go b/plugin/chaos/zowners.go
index 880c482bd..cfc2d89a0 100644
--- a/plugin/chaos/zowners.go
+++ b/plugin/chaos/zowners.go
@@ -1,4 +1,4 @@
package chaos
// Owners are all GitHub handlers of all maintainers.
-var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang"}
+var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang", "zouyee"}