Skip to content

Commit

Permalink
tag📌: 3.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abulo committed Apr 9, 2024
1 parent 8b4039c commit 25fa389
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.12"
ratelVersion = "v3.7.13"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
github.com/issue9/term/v3 v3.2.8
github.com/jlaffaye/ftp v0.2.0
github.com/json-iterator/go v1.1.12
github.com/lib/pq v1.10.9
Expand Down Expand Up @@ -56,7 +56,7 @@ require (
golang.org/x/sync v0.7.0
golang.org/x/text v0.14.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
google.golang.org/grpc v1.63.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
Expand Down

0 comments on commit 25fa389

Please sign in to comment.