Skip to content

Commit

Permalink
publish🚀: 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abulo committed Mar 22, 2024
1 parent 021ad2b commit 3099d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/env/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
ratelVersion = "v3.7.8"
ratelVersion = "v3.7.9"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3099d61

Please sign in to comment.