Skip to content

Commit 41764fd

Browse files
build(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 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.7.7...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 76b0117 commit 41764fd

2 files changed

Lines changed: 75 additions & 45 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ require (
1414
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
1515
github.com/emirpasic/gods v1.12.0
1616
github.com/gin-contrib/gzip v0.0.1
17-
github.com/gin-gonic/gin v1.7.7
17+
github.com/gin-gonic/gin v1.9.1
1818
github.com/go-ini/ini v1.42.0
19-
github.com/go-playground/validator/v10 v10.8.0 // indirect
2019
github.com/go-sql-driver/mysql v1.6.0
2120
github.com/gogo/protobuf v1.3.2 // indirect
2221
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -30,7 +29,6 @@ require (
3029
github.com/jonboulle/clockwork v0.1.0 // indirect
3130
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
3231
github.com/lestrrat-go/strftime v1.0.6 // indirect
33-
github.com/mattn/go-isatty v0.0.13 // indirect
3432
github.com/onsi/ginkgo/v2 v2.3.1
3533
github.com/onsi/gomega v1.22.1
3634
github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8
@@ -41,13 +39,13 @@ require (
4139
github.com/shirou/gopsutil v2.20.9+incompatible
4240
github.com/shopspring/decimal v1.3.1
4341
github.com/soheilhy/cmux v0.1.4 // indirect
44-
github.com/stretchr/testify v1.8.1
42+
github.com/stretchr/testify v1.8.3
4543
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 // indirect
4644
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
4745
go.uber.org/atomic v1.4.0
4846
go.uber.org/multierr v1.1.0 // indirect
4947
go.uber.org/zap v1.10.0
50-
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
48+
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
5149
google.golang.org/grpc v1.21.0 // indirect
5250
gopkg.in/ini.v1 v1.42.0
5351
)

0 commit comments

Comments
 (0)