Imports of package routing

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/go-kit/kit/circuitbreakerPackage circuitbreaker implements the circuit breaker pattern.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/examples/shipping/cargo
github.com/go-kit/kit/examples/shipping/location
github.com/go-kit/kit/examples/shipping/voyage
github.com/go-kit/kit/transport/httpPackage http provides a general purpose HTTP binding for endpoints.
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.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
timePackage time provides functionality for measuring and displaying time.