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.6.3 to 1.9.1 #2

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion go.mod
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.9.1
github.com/go-ini/ini v1.56.0
github.com/jinzhu/gorm v1.9.12
github.com/robfig/cron/v3 v3.0.0
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/ugorji/go v1.1.7 // indirect
github.com/unrolled/secure v1.0.7
github.com/valyala/fasthttp v1.12.0
gopkg.in/ini.v1 v1.67.0 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5
)
677 changes: 652 additions & 25 deletions go.sum

Large diffs are not rendered by default.

Empty file modified vendor/github.com/KyleBanks/depth/.gitignore
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/.travis.yml
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/LICENSE
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/Makefile
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/README.md
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/depth.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/KyleBanks/depth/pkg.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/purell/.gitignore
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/purell/.travis.yml
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/purell/LICENSE
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/purell/README.md
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/purell/purell.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/urlesc/.travis.yml
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/urlesc/LICENSE
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/urlesc/README.md
100755 → 100644
Empty file.
Empty file modified vendor/github.com/PuerkitoBio/urlesc/urlesc.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/LICENSE
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/README.md
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/doc.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/exec.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/funcs.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/go.mod
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/helper.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/parse/lex.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/parse/node.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/parse/parse.go
100755 → 100644
Empty file.
Empty file modified vendor/github.com/alecthomas/template/template.go
100755 → 100644
Empty file.
52 changes: 52 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/bytedance/sonic/.licenserc.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions vendor/github.com/bytedance/sonic/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/bytedance/sonic/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Loading