Skip to content

Commit

Permalink
publish🚀: v3.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
abulo committed Apr 26, 2024
1 parent 2238e74 commit db2bcb3
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.15"
ratelVersion = "v3.7.16"
)

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.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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db2bcb3

Please sign in to comment.