github.com/go-kit/kit/circuitbreaker | Package circuitbreaker implements the circuit breaker pattern. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/examples/addsvc | |
github.com/go-kit/kit/examples/addsvc/pb | |
github.com/go-kit/kit/log | Package log provides a structured logger. |
github.com/go-kit/kit/ratelimit | |
github.com/go-kit/kit/tracing/opentracing | Package opentracing provides Go kit integration to the OpenTracing project. |
github.com/go-kit/kit/transport/grpc | Package grpc provides a gRPC binding for endpoints. |
github.com/juju/ratelimit | Package ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things. |
github.com/opentracing/opentracing-go | |
github.com/sony/gobreaker | Package gobreaker implements the Circuit Breaker pattern. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
time | Package time provides functionality for measuring and displaying time. |