Imports of package opentracing

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/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/opentracing/opentracing-go
github.com/opentracing/opentracing-go/ext
github.com/opentracing/opentracing-go/log
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.