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.3.0 to 1.7.0 in /internal #18

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
13 changes: 4 additions & 9 deletions internal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ go 1.12

require (
github.com/ahmetb/go-linq v3.0.0+incompatible
github.com/asticode/go-astiamqp v1.0.0 // indirect
github.com/asticode/go-astilectron v0.8.0
github.com/casbin/casbin v1.8.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v0.0.0-20190424000812-bd1331c62cae
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/gin-gonic/gin v1.7.0
github.com/it234/goapp/pkg v0.0.0-20200114143132-2b53feff9907
github.com/jinzhu/gorm v1.9.8
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/viper v1.3.2
)
Loading