You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-15 01:04:19 +02:00
chore: go mod tidy
This commit is contained in:
@ -4,8 +4,6 @@ go 1.18
|
|||||||
|
|
||||||
replace github.com/uptrace/go-clickhouse => ./..
|
replace github.com/uptrace/go-clickhouse => ./..
|
||||||
|
|
||||||
replace github.com/uptrace/go-clickhouse/chdebug => ../chdebug
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/uptrace/go-clickhouse v0.2.1
|
github.com/uptrace/go-clickhouse v0.2.1
|
||||||
go.opentelemetry.io/otel v1.5.0
|
go.opentelemetry.io/otel v1.5.0
|
||||||
|
2
go.mod
2
go.mod
@ -10,7 +10,7 @@ require (
|
|||||||
github.com/jinzhu/inflection v1.0.0
|
github.com/jinzhu/inflection v1.0.0
|
||||||
github.com/pierrec/lz4/v4 v4.1.14
|
github.com/pierrec/lz4/v4 v4.1.14
|
||||||
github.com/stretchr/testify v1.7.0
|
github.com/stretchr/testify v1.7.0
|
||||||
github.com/uptrace/go-clickhouse/chdebug v0.0.0-00010101000000-000000000000
|
github.com/uptrace/go-clickhouse/chdebug v0.2.1
|
||||||
golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8
|
golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user