Skip to content

Commit

Permalink
chore(deps): bump github.com/caarlos0/httperr from 1.2.0 to 1.3.0 (#147)
Browse files Browse the repository at this point in the history
Bumps [github.com/caarlos0/httperr](https://github.com/caarlos0/httperr) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/caarlos0/httperr/releases)
- [Changelog](https://github.com/caarlos0/httperr/blob/main/.goreleaser.yml)
- [Commits](caarlos0/httperr@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/caarlos0/httperr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2022
1 parent b06a999 commit ec9d312
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 @@ -9,7 +9,7 @@ require (
github.com/apex/log v1.9.0
github.com/blend/go-sdk v1.1.1 // indirect
github.com/caarlos0/env/v6 v6.9.3
github.com/caarlos0/httperr v1.2.0
github.com/caarlos0/httperr v1.3.0
github.com/go-redis/cache v6.4.0+incompatible
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ github.com/blend/go-sdk v1.1.1 h1:R7PcwuIxYvrGc/r9TLLfMpajIboTjqs/HyQouzgJ7mQ=
github.com/blend/go-sdk v1.1.1/go.mod h1:IP1XHXFveOXHRnojRJO7XvqWGqyzevtXND9AdSztAe8=
github.com/caarlos0/env/v6 v6.9.3 h1:Tyg69hoVXDnpO5Qvpsu8EoquarbPyQb+YwExWHP8wWU=
github.com/caarlos0/env/v6 v6.9.3/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=
github.com/caarlos0/httperr v1.2.0 h1:TxQkU7xnqscCRiz0PA6vVRp6TxVy1j7sXn7P3iW/3L4=
github.com/caarlos0/httperr v1.2.0/go.mod h1:dIhSDmb0R948KsW/14HHm3RDEVRXyRxr8n6xDwNDcJE=
github.com/caarlos0/httperr v1.3.0 h1:R+qDp4lcKc4/lXl1PEDFuzXLoqiP4KXlt+2AoX/j7Kw=
github.com/caarlos0/httperr v1.3.0/go.mod h1:dIhSDmb0R948KsW/14HHm3RDEVRXyRxr8n6xDwNDcJE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
Expand Down

0 comments on commit ec9d312

Please sign in to comment.