Skip to content

Commit

Permalink
refactor:针对部分功能检查接口做版本兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Nov 22, 2024
1 parent 30c35df commit 0e72654
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 85 deletions.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ go 1.19

require (
github.com/gin-gonic/gin v1.4.0
github.com/gogo/protobuf v1.3.2
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.13.0
google.golang.org/grpc v1.51.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand All @@ -25,6 +25,9 @@ require (
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.51.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)
Expand All @@ -42,7 +45,7 @@ require (
golang.org/x/net v0.4.0 // indirect
golang.org/x/sync v0.1.0
golang.org/x/tools v0.2.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.33.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
Expand Down
Loading

0 comments on commit 0e72654

Please sign in to comment.