See https://github.com/coredns/coredns/pull/3209#issuecomment-525016357 for the previous issues, also see https://github.com/Azure/go-autorest/issues/414 for some further background. Basically go mod has some issue when multiple tags exists (as main module and submodule) within the same repo. That was fixed in go-autorest very recently, though azure-sdk-for-go has not been fully updated yet. This fix is a temporarily one with `replace` fix. Once azure-sdk-for-go is updated then we could drop the `replace fix` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
4 lines
366 B
Go
4 lines
366 B
Go
package chaos
|
|
|
|
// Owners are all GitHub handlers of all maintainers.
|
|
var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"}
|