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.9.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cache v1.1.0
github.com/gin-contrib/zap v0.0.0-20191128031730-d12829f8f61b
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.9.1
github.com/go-resty/resty/v2 v2.1.0
github.com/jinzhu/gorm v1.9.2
github.com/prometheus/client_golang v0.9.3
github.com/russross/blackfriday/v2 v2.0.1
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.8.3
github.com/urfave/cli v1.22.2
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/crypto v0.9.0
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/gormigrate.v1 v1.6.0
)
Loading