mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
* vendor: don't vendor the context stuff We don't need to vendor this anymore as we moved to the std lib for these. * new stuff showing up with dep ensure * remove go-shlex
go-resiliency
Resiliency patterns for golang. Based in part on Hystrix, Semian, and others.
Currently implemented patterns include:
- circuit-breaker (in the
breakerdirectory) - semaphore (in the
semaphoredirectory) - deadline/timeout (in the
deadlinedirectory) - batching (in the
batcherdirectory) - retriable (in the
retrierdirectory)
Follows semantic versioning using https://gopkg.in/ - import from
gopkg.in/eapache/go-resiliency.v1
for guaranteed API stability.