Skip to content

Commit

Permalink
build(deps): bump github.com/gin-contrib/graceful
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-contrib/graceful](https://github.com/gin-contrib/graceful) from 0.0.0-20230904152018-e56ed94cd808 to 0.1.0.
- [Release notes](https://github.com/gin-contrib/graceful/releases)
- [Changelog](https://github.com/gin-contrib/graceful/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/graceful/commits/v0.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 8a33322 commit 84d55ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cockroachdb/pebble v0.0.0-20231106144427-a0b01b62e8f9
github.com/fxamacker/cbor/v2 v2.5.0
github.com/gin-contrib/cors v1.5.0
github.com/gin-contrib/graceful v0.0.0-20230904152018-e56ed94cd808
github.com/gin-contrib/graceful v0.1.0
github.com/gin-contrib/pprof v1.4.0
github.com/gin-gonic/gin v1.9.1
github.com/goccy/go-json v0.10.2
Expand Down Expand Up @@ -79,6 +79,7 @@ require (
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sync v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/getsentry/sentry-go v0.25.0 h1:q6Eo+hS+yoJlTO3uu/azhQadsD8V+jQn2D8VvX
github.com/getsentry/sentry-go v0.25.0/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY=
github.com/gin-contrib/cors v1.5.0 h1:DgGKV7DDoOn36DFkNtbHrjoRiT5ExCe+PC9/xp7aKvk=
github.com/gin-contrib/cors v1.5.0/go.mod h1:TvU7MAZ3EwrPLI2ztzTt3tqgvBCq+wn8WpZmfADjupI=
github.com/gin-contrib/graceful v0.0.0-20230904152018-e56ed94cd808 h1:FWLRw/61ras/SCc7OdLlg/MyS+MDx6syQhIBfkfznUc=
github.com/gin-contrib/graceful v0.0.0-20230904152018-e56ed94cd808/go.mod h1:eRZFrgWTLneuj4V0sNAN5+eNRcnZNSTsAFC+69voi78=
github.com/gin-contrib/graceful v0.1.0 h1:kBWTKBx+xwYTS9Dklyps+S45zJAHdezlXzUnPsRW2PE=
github.com/gin-contrib/graceful v0.1.0/go.mod h1:aKN7g7ftZhE1C7DQ+11OwqZKVfcmLrFCEC+fDG3Fi5E=
github.com/gin-contrib/pprof v1.4.0 h1:XxiBSf5jWZ5i16lNOPbMTVdgHBdhfGRD5PZ1LWazzvg=
github.com/gin-contrib/pprof v1.4.0/go.mod h1:RrehPJasUVBPK6yTUwOl8/NP6i0vbUgmxtis+Z5KE90=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
Expand Down

0 comments on commit 84d55ad

Please sign in to comment.