Skip to content

Commit

Permalink
Merge pull request #12 from lrstanley/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/go-chi/cors-1.2.1

build(deps): bump github.com/go-chi/cors from 1.2.0 to 1.2.1
  • Loading branch information
lrstanley authored Apr 25, 2022
2 parents 5846dc0 + 4754c52 commit a3b55cd
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 a3b55cd

Please sign in to comment.