Skip to content

Commit

Permalink
chore(deps): bump github.com/caarlos0/httperr from 1.1.0 to 1.2.0 (#134)
Browse files Browse the repository at this point in the history
Bumps [github.com/caarlos0/httperr](https://github.com/caarlos0/httperr) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/caarlos0/httperr/releases)
- [Changelog](https://github.com/caarlos0/httperr/blob/master/.goreleaser.yml)
- [Commits](caarlos0/httperr@v1.1.0...v1.2.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 Feb 23, 2022
1 parent 51fda27 commit 13056e5
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.1
github.com/caarlos0/httperr v1.1.0
github.com/caarlos0/httperr v1.2.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.1 h1:zOkkjM0F6ltnQ5eBX6IPI41UP/KDGEK7rRPwGCNos8k=
github.com/caarlos0/env/v6 v6.9.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=
github.com/caarlos0/httperr v1.1.0 h1:bvzM4cmFFd5IX6IowjjDvyvB3n2ARRlCwjwZsfVEY7E=
github.com/caarlos0/httperr v1.1.0/go.mod h1:eN09jvBHHXvCHUGwBDm3rcgNqdqmBXvcsZvSn0cWAFo=
github.com/caarlos0/httperr v1.2.0 h1:TxQkU7xnqscCRiz0PA6vVRp6TxVy1j7sXn7P3iW/3L4=
github.com/caarlos0/httperr v1.2.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 13056e5

Please sign in to comment.