1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-08 23:26:11 +02:00

25 lines
654 B
Modula-2
Raw Permalink Normal View History

2022-01-23 09:36:24 +02:00
module github.com/uptrace/go-clickhouse/chotel
go 1.18
replace github.com/uptrace/go-clickhouse => ./..
2022-03-23 14:33:29 +02:00
replace github.com/uptrace/go-clickhouse/chdebug => ../chdebug
2022-03-29 13:16:28 +03:00
exclude go.opentelemetry.io/proto/otlp v0.15.0
2022-01-23 09:36:24 +02:00
require (
2023-02-16 10:11:51 +02:00
github.com/uptrace/go-clickhouse v0.3.1
2023-02-16 10:10:55 +02:00
go.opentelemetry.io/otel v1.13.0
go.opentelemetry.io/otel/trace v1.13.0
2022-01-23 09:36:24 +02:00
)
require (
github.com/codemodus/kace v0.5.1 // indirect
2022-03-21 09:01:17 +02:00
github.com/go-logr/logr v1.2.3 // indirect
2022-01-23 09:36:24 +02:00
github.com/go-logr/stdr v1.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
2023-01-21 12:22:42 +02:00
github.com/pierrec/lz4/v4 v4.1.17 // indirect
2023-02-16 10:10:55 +02:00
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
2022-01-23 09:36:24 +02:00
)