Skip to content

Commit

Permalink
build(deps): bump github.com/go-chi/cors from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [github.com/go-chi/cors](https://github.com/go-chi/cors) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/go-chi/cors/releases)
- [Commits](go-chi/cors@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/go-chi/cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2022
1 parent 5846dc0 commit 4754c52
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 @@ -5,7 +5,7 @@ go 1.18
require (
github.com/bluele/gcache v0.0.2
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.2.0
github.com/go-chi/cors v1.2.1
github.com/go-web/httprl v0.0.0-20160505070143-20dc8024cb5d
github.com/jessevdk/go-flags v1.5.0
github.com/lrstanley/go-bogon v0.0.0-20220410131243-68221aeff8ff
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/fiorix/go-redis v0.0.0-20160104010333-d987058b55eb h1:EI7vB0IrkvbLmz1
github.com/fiorix/go-redis v0.0.0-20160104010333-d987058b55eb/go.mod h1:THDmknDNeEi7Mcc80Ehv21Y5+kficBbYDHIjfyTYUq4=
github.com/go-chi/chi v4.1.2+incompatible h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=
github.com/go-chi/chi v4.1.2+incompatible/go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ=
github.com/go-chi/cors v1.2.0 h1:tV1g1XENQ8ku4Bq3K9ub2AtgG+p16SmzeMSGTwrOKdE=
github.com/go-chi/cors v1.2.0/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4=
github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
github.com/go-web/httprl v0.0.0-20160505070143-20dc8024cb5d h1:XAWhsiF9ML/MvD1pe5893IOiVpyR0JpldCsvCWzfV4M=
github.com/go-web/httprl v0.0.0-20160505070143-20dc8024cb5d/go.mod h1:+Oz8EB00Dj9M4/LZHdCtanx15xnw9aBYD+4oZe2ax9k=
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
Expand Down

0 comments on commit 4754c52

Please sign in to comment.