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