diff --git a/core/env/const.go b/core/env/const.go index a0f9243..9003df4 100644 --- a/core/env/const.go +++ b/core/env/const.go @@ -12,7 +12,7 @@ import ( ) const ( - ratelVersion = "v3.7.15" + ratelVersion = "v3.7.16" ) var ( diff --git a/go.mod b/go.mod index 2637d3d..85f9376 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( dario.cat/mergo v1.0.0 github.com/AlecAivazis/survey/v2 v2.3.7 github.com/BurntSushi/toml v1.3.2 - github.com/ClickHouse/clickhouse-go/v2 v2.23.1 + github.com/ClickHouse/clickhouse-go/v2 v2.23.2 github.com/cloudwego/hertz v0.8.1 github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 github.com/disintegration/imaging v1.6.2 @@ -43,7 +43,7 @@ require ( github.com/spf13/cobra v1.8.0 github.com/streadway/amqp v1.1.0 github.com/stretchr/testify v1.9.0 - github.com/tdewolff/parse/v2 v2.7.12 + github.com/tdewolff/parse/v2 v2.7.13 github.com/uber/jaeger-client-go v2.30.0+incompatible github.com/yosuke-furukawa/json5 v0.1.1 go.etcd.io/etcd/api/v3 v3.5.13