Imports of package nats

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/transportPackage transport contains helpers applicable to all supported transports.
github.com/nats-io/nats.goA Go client for the NATS messaging system (https://nats.io).
timePackage time provides functionality for measuring and displaying time.