From 3099d61c594571cfb960888127237555fb9091fe Mon Sep 17 00:00:00 2001 From: abulo Date: Fri, 22 Mar 2024 15:02:46 +0800 Subject: [PATCH] =?UTF-8?q?publish=F0=9F=9A=80:=203.7.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/env/const.go | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/env/const.go b/core/env/const.go index ff1bcc6..2d78fbc 100644 --- a/core/env/const.go +++ b/core/env/const.go @@ -12,7 +12,7 @@ import ( ) const ( - ratelVersion = "v3.7.8" + ratelVersion = "v3.7.9" ) var ( diff --git a/go.mod b/go.mod index 89e9a94..71ecd55 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.22.0 + github.com/ClickHouse/clickhouse-go/v2 v2.22.2 github.com/cloudwego/hertz v0.8.1 github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 github.com/disintegration/imaging v1.6.2 @@ -55,7 +55,7 @@ require ( golang.org/x/mod v0.16.0 golang.org/x/sync v0.6.0 golang.org/x/text v0.14.0 - google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c + google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.33.0 gopkg.in/yaml.v2 v2.4.0