Imports of package circuitbreaker

PathSynopsis
github.com/afex/hystrix-go/hystrixPackage hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/sony/gobreakerPackage gobreaker implements the Circuit Breaker pattern.
github.com/streadway/handy/breakerPackage breaker implements a circuit breaker with configurable failure thresholds.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
timePackage time provides functionality for measuring and displaying time.