From 021ad2bf4c5165ab7cf27eff8146e6f7d99e8800 Mon Sep 17 00:00:00 2001 From: abulo Date: Sat, 16 Mar 2024 13:57:52 +0800 Subject: [PATCH] =?UTF-8?q?publish=F0=9F=9A=80:=203.7.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/env/const.go | 2 +- go.mod | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/env/const.go b/core/env/const.go index cc21a4b..ff1bcc6 100644 --- a/core/env/const.go +++ b/core/env/const.go @@ -12,7 +12,7 @@ import ( ) const ( - ratelVersion = "v3.7.7" + ratelVersion = "v3.7.8" ) var ( diff --git a/go.mod b/go.mod index 41beeb7..89e9a94 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.20.0 + github.com/ClickHouse/clickhouse-go/v2 v2.22.0 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-20240308144416-29370a3891b7 + google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.33.0 gopkg.in/yaml.v2 v2.4.0 @@ -64,7 +64,7 @@ require ( require ( filippo.io/edwards25519 v1.1.0 // indirect - github.com/ClickHouse/ch-go v0.61.3 // indirect + github.com/ClickHouse/ch-go v0.61.5 // indirect github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect github.com/agext/levenshtein v1.2.1 // indirect github.com/andybalholm/brotli v1.1.0 // indirect @@ -143,7 +143,7 @@ require ( go.uber.org/zap v1.27.0 // indirect golang.org/x/arch v0.3.0 // indirect golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect - golang.org/x/net v0.21.0 // indirect + golang.org/x/net v0.22.0 // indirect golang.org/x/sys v0.18.0 // indirect golang.org/x/term v0.18.0 // indirect golang.org/x/tools v0.14.0 // indirect