Skip to content

Commit 8ecc521

Browse files
Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 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](gin-gonic/gin@v1.8.2...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8748f41 commit 8ecc521

File tree

2 files changed

+64
-187
lines changed

2 files changed

+64
-187
lines changed

go.mod

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ require (
88
github.com/davecgh/go-spew v1.1.1
99
github.com/dustin/go-humanize v1.0.1
1010
github.com/foolin/gin-template v0.0.0-20190415034731-41efedfb393b
11-
github.com/gin-contrib/sessions v0.0.5
12-
github.com/gin-gonic/gin v1.8.2
11+
github.com/gin-gonic/gin v1.9.1
1312
github.com/mitchellh/go-homedir v1.1.0
1413
github.com/nicksnyder/go-i18n/v2 v2.2.1
14+
github.com/rogpeppe/go-internal v1.8.0 // indirect
1515
github.com/rs/xid v1.4.0
1616
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4
1717
github.com/spf13/viper v1.15.0
1818
go.uber.org/multierr v1.8.0
19-
golang.org/x/crypto v0.6.0
20-
golang.org/x/text v0.7.0
19+
golang.org/x/crypto v0.9.0
20+
golang.org/x/text v0.9.0
21+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2122
)

0 commit comments

Comments
 (0)