Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gin-gonic/gin from 1.5.0 to 1.7.7 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ require (
github.com/aliyun/aliyun-oss-go-sdk v2.0.6+incompatible // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.7.7
github.com/go-sql-driver/mysql v1.4.1
github.com/i2eco/muses v0.2.8
github.com/jinzhu/gorm v1.9.12
github.com/milkbobo/gopay v0.0.0-20190827061259-b850bcfc0c4d
Expand All @@ -16,6 +17,7 @@ require (
github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.2
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/thoas/go-funk v0.5.0
Expand Down