context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/ClickHouse/ch-go | Package ch implements ClickHouse client. |
github.com/ClickHouse/ch-go/proto | Package proto implements ClickHouse wire protocol. |
github.com/go-faster/errors | Package errors implements functions to manipulate errors. |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
go.uber.org/zap | Package zap provides fast, structured, leveled logging. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
time | Package time provides functionality for measuring and displaying time. |