Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Bump github.com/gin-gonic/gin
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2-0.20210803022626-6ebb945bd7ac to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/commits/v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent b89c8ad commit 11d46f4
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 48 deletions.
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ module github.com/zjutjh/info-backend
go 1.16

require (
github.com/gin-gonic/gin v1.7.2-0.20210803022626-6ebb945bd7ac
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/goccy/go-json v0.7.4 // indirect
github.com/gin-gonic/gin v1.9.1
github.com/jessevdk/go-flags v1.5.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/spf13/viper v1.8.1
github.com/xuri/excelize/v2 v2.4.1
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.12
)
Loading

0 comments on commit 11d46f4

Please sign in to comment.