Skip to content

Commit 8e19753

Browse files
chore(deps): bump github.com/penglongli/gin-metrics (#261)
Bumps [github.com/penglongli/gin-metrics](https://github.com/penglongli/gin-metrics) from 0.1.10 to 0.1.12. - [Release notes](https://github.com/penglongli/gin-metrics/releases) - [Commits](penglongli/gin-metrics@v0.1.10...v0.1.12) --- updated-dependencies: - dependency-name: github.com/penglongli/gin-metrics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52a14bc commit 8e19753

File tree

2 files changed

+6
-440
lines changed

2 files changed

+6
-440
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gin-contrib/zap v1.1.4
1212
github.com/gin-gonic/gin v1.10.0
1313
github.com/kelseyhightower/envconfig v1.4.0
14-
github.com/penglongli/gin-metrics v0.1.10
14+
github.com/penglongli/gin-metrics v0.1.12
1515
github.com/swaggo/files v1.0.1
1616
github.com/swaggo/gin-swagger v1.6.0
1717
github.com/swaggo/swag v1.16.4
@@ -63,7 +63,7 @@ require (
6363
go.uber.org/multierr v1.11.0 // indirect
6464
golang.org/x/arch v0.9.0 // indirect
6565
golang.org/x/crypto v0.28.0 // indirect
66-
golang.org/x/net v0.28.0 // indirect
66+
golang.org/x/net v0.30.0 // indirect
6767
golang.org/x/sys v0.26.0 // indirect
6868
golang.org/x/text v0.19.0 // indirect
6969
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect

0 commit comments

Comments
 (0)