Skip to content

Commit

Permalink
升级gin版本
Browse files Browse the repository at this point in the history
  • Loading branch information
android-coco committed Aug 13, 2021
1 parent 27e4dd6 commit 734e49a
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
13 changes: 11 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ require (
github.com/aliyun/aliyun-oss-go-sdk v2.0.2+incompatible
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/gin-gonic/gin v1.7.3
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/cmd/xorm v0.0.0-20190426080617-f87981e709a1 // indirect
github.com/go-xorm/xorm v0.0.0-20180925133144-7a9249de3324
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.1
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/fatih/set.v0 v0.2.1
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 734e49a

Please sign in to comment.