Imports of package grpc_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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/grpc-ecosystem/go-grpc-middleware`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools.
github.com/grpc-ecosystem/go-grpc-middleware/tags`grpc_ctxtags` adds a Tag object to the context that can be used by other middleware to add context about a request.
github.com/grpc-ecosystem/go-grpc-middleware/util/metautils
github.com/opentracing/opentracing-go
github.com/opentracing/opentracing-go/ext
github.com/opentracing/opentracing-go/log
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.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.