Skip to content

Commit 53803c6

Browse files
Bump github.com/gin-gonic/gin from 1.5.0 to 1.7.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62917c7 commit 53803c6

File tree

2 files changed

+57
-167
lines changed

2 files changed

+57
-167
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99
github.com/GoAdminGroup/go-admin v1.2.24
1010
github.com/GoAdminGroup/librarian v0.0.5
1111
github.com/GoAdminGroup/themes v0.0.42
12+
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
1213
github.com/gavv/httpexpect v2.0.0+incompatible
13-
github.com/gin-gonic/gin v1.5.0
14+
github.com/gin-gonic/gin v1.7.0
1415
github.com/go-echarts/go-echarts v0.0.0-20190915064101-cbb3b43ade5d
15-
github.com/gobuffalo/packr v1.30.1 // indirect
16-
github.com/h2non/filetype v1.0.12 // indirect
17-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
18-
github.com/satori/go.uuid v1.2.0 // indirect
19-
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
16+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
17+
github.com/smartystreets/goconvey v1.7.2 // indirect
2018
github.com/valyala/fasthttp v1.42.0 // indirect
19+
github.com/yudai/pp v2.0.1+incompatible // indirect
20+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
2121
)

0 commit comments

Comments
 (0)