chore: update k8s.io/client-go for security reason, go is upgrade to 1.16 (#1912)

* chore: fix jwt dependency security issue

* chore: update clickhouse driver

* chore: fix a security issue

* chore: update dependencies
This commit is contained in:
Kevin Wan
2022-05-21 14:34:01 +08:00
committed by GitHub
parent 6f86e5bff8
commit 6b1e15cab1
7 changed files with 134 additions and 77 deletions

View File

@@ -2,7 +2,7 @@ package clickhouse
import (
// imports the driver, don't remove this comment, golint requires.
_ "github.com/ClickHouse/clickhouse-go"
_ "github.com/ClickHouse/clickhouse-go/v2"
"github.com/zeromicro/go-zero/core/stores/sqlx"
)