From 25fa389f76087c25427b134f83494207f38d447b Mon Sep 17 00:00:00 2001 From: abulo Date: Tue, 9 Apr 2024 17:39:38 +0800 Subject: [PATCH] =?UTF-8?q?tag=F0=9F=93=8C:=203.7.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/env/const.go | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/env/const.go b/core/env/const.go index efcaa2d..351324b 100644 --- a/core/env/const.go +++ b/core/env/const.go @@ -12,7 +12,7 @@ import ( ) const ( - ratelVersion = "v3.7.12" + ratelVersion = "v3.7.13" ) var ( diff --git a/go.mod b/go.mod index a94a8d5..df6d968 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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