Imports of package ch

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/ClickHouse/ch-go/compressPackage compress implements compression support.
github.com/ClickHouse/ch-go/internal/versionPackage version resolves current module version.
github.com/ClickHouse/ch-go/otelchPackage otelch provide OpenTelemetry instrumentation for go-faster/ch.
github.com/ClickHouse/ch-go/protoPackage proto implements ClickHouse wire protocol.
github.com/go-faster/cityPackage city implements CityHash in go.
github.com/go-faster/errorsPackage errors implements functions to manipulate errors.
github.com/google/uuid
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/codesPackage codes defines the canonical error codes used by OpenTelemetry.
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/metric/nonrecording
go.opentelemetry.io/otel/semconv/v1.7.0Package semconv implements OpenTelemetry semantic conventions.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
go.uber.org/atomicPackage atomic provides simple wrappers around numerics to enforce atomic access.
go.uber.org/multierrPackage multierr allows combining one or more errors together.
go.uber.org/zapPackage zap provides fast, structured, leveled logging.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.