replace clickhouse driver to the official one

This commit is contained in:
kevin
2020-09-03 16:58:31 +08:00
parent 8dd93d59a0
commit 55c9c3f3dd
3 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
package clickhouse
import (
_ "github.com/kshvakov/clickhouse"
_ "github.com/ClickHouse/clickhouse-go"
"github.com/tal-tech/go-zero/core/stores/sqlx"
)