Skip to content

Commit 8dc6c75

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] <support@github.com>
1 parent 87ccc2f commit 8dc6c75

File tree

2 files changed

+60
-189
lines changed

2 files changed

+60
-189
lines changed

go.mod

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,27 @@ require (
1010
github.com/GoAdminGroup/themes v0.0.42
1111
github.com/ajg/form v1.5.1 // indirect
1212
github.com/buaazp/fasthttprouter v0.1.1 // indirect
13+
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
14+
github.com/fatih/structs v1.1.0 // indirect
1315
github.com/gavv/httpexpect v2.0.0+incompatible
14-
github.com/gin-gonic/gin v1.5.0
16+
github.com/gin-gonic/gin v1.7.0
1517
github.com/go-echarts/go-echarts v0.0.0-20190915064101-cbb3b43ade5d
1618
github.com/gobuffalo/packr v1.30.1 // indirect
17-
github.com/gogf/gf v1.11.5 // indirect
1819
github.com/google/go-querystring v1.0.0 // indirect
20+
github.com/gorilla/websocket v1.4.1 // indirect
1921
github.com/h2non/filetype v1.0.12 // indirect
2022
github.com/imkira/go-interpol v1.1.0 // indirect
23+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
2124
github.com/moul/http2curl v1.0.0 // indirect
2225
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2326
github.com/sclevine/agouti v3.0.0+incompatible // indirect
2427
github.com/sergi/go-diff v1.1.0 // indirect
25-
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
28+
github.com/smartystreets/goconvey v1.7.2 // indirect
2629
github.com/valyala/fasthttp v1.11.0 // indirect
2730
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
2831
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
2932
github.com/yudai/gojsondiff v1.0.0 // indirect
3033
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
34+
github.com/yudai/pp v2.0.1+incompatible // indirect
35+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
3136
)

0 commit comments

Comments
 (0)