Skip to content

Commit

Permalink
publish🚀: v3.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
abulo committed May 14, 2024
1 parent 08fc95c commit c7a3c86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 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.18"
ratelVersion = "v3.7.19"
)

var (
Expand Down
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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.2
github.com/cloudwego/hertz v0.8.1
github.com/ClickHouse/clickhouse-go/v2 v2.24.0
github.com/cloudwego/hertz v0.9.0
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.16.0
github.com/fatih/color v1.17.0
github.com/fatih/structs v1.1.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gin-gonic/gin v1.10.0
Expand All @@ -25,7 +25,7 @@ require (
github.com/h2non/bimg v1.1.9
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.20.1
github.com/issue9/term/v3 v3.2.8
github.com/issue9/term/v3 v3.2.9
github.com/jlaffaye/ftp v0.2.0
github.com/json-iterator/go v1.1.12
github.com/lib/pq v1.10.9
Expand All @@ -35,15 +35,15 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.13.6
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_golang v1.19.1
github.com/redis/go-redis/v9 v9.5.1
github.com/sirupsen/logrus v1.9.3
github.com/smallnest/weighted v0.0.0-20230419055410-36b780e40a7a
github.com/spf13/cast v1.6.0
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.13
github.com/tdewolff/parse/v2 v2.7.14
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 All @@ -55,7 +55,7 @@ require (
golang.org/x/mod v0.17.0
golang.org/x/sync v0.7.0
golang.org/x/text v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.1
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -76,7 +76,6 @@ require (
github.com/bytedance/sonic v1.11.6 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/cloudwego/netpoll v0.5.0 // indirect
Expand Down Expand Up @@ -140,8 +139,8 @@ require (
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
github.com/zclconf/go-cty v1.13.0 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.opentelemetry.io/otel v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.26.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.8.0 // indirect
Expand Down

0 comments on commit c7a3c86

Please sign in to comment.