Imports of apigateway command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/examples/addsvc/pkg/addendpoint
github.com/go-kit/kit/examples/addsvc/pkg/addservice
github.com/go-kit/kit/examples/addsvc/pkg/addtransport
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/sdPackage sd provides utilities related to service discovery.
github.com/go-kit/kit/sd/consulPackage consul provides Instancer and Registrar implementations for Consul.
github.com/go-kit/kit/sd/lbPackage lb implements the client-side load balancer pattern.
github.com/go-kit/kit/transport/httpPackage http provides a general purpose HTTP binding for endpoints.
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
github.com/hashicorp/consul/api
github.com/opentracing/opentracing-go
github.com/openzipkin/zipkin-goPackage zipkin implements a native Zipkin instrumentation library for Go.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.