Skip to content

Commit

Permalink
Bump github.com/gin-contrib/logger from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/gin-contrib/logger/releases)
- [Changelog](https://github.com/gin-contrib/logger/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/logger@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Bluebugs committed Mar 25, 2024
1 parent 1c64741 commit 6467d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/gin-contrib/graceful v1.0.1
github.com/gin-contrib/logger v1.1.0
github.com/gin-contrib/logger v1.1.1
github.com/gin-gonic/gin v1.9.1
github.com/iguanesolutions/go-systemd/v5 v5.1.1
github.com/neilotoole/errgroup v0.1.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uq
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gin-contrib/graceful v1.0.1 h1:gvVqRpt60TB0igOpLm/ifmCk0qHdnzdhOupoLSjjZkY=
github.com/gin-contrib/graceful v1.0.1/go.mod h1:ZdY9vnTFGGVn7IDqqg9dZyrKcbM+cbLZE2f/v/Gg/RA=
github.com/gin-contrib/logger v1.1.0 h1:dP/HkfjUy9nFcyBolgXcStpgUrYToAfSs/GsVIe0l5Y=
github.com/gin-contrib/logger v1.1.0/go.mod h1:onbSPF8qkdvedG2DDUPSTmq1HiQH5yGa7BXq+m3yQ3A=
github.com/gin-contrib/logger v1.1.1 h1:78Qzfpx3JvpnNX/6bErifIcnFqwbVKl2gS5WGExFPOs=
github.com/gin-contrib/logger v1.1.1/go.mod h1:Cmqqcc6Yce4+r776VET1AcU4ydAR6sMKuDtBKLje20Y=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=
Expand Down

0 comments on commit 6467d12

Please sign in to comment.