Skip to content

Commit

Permalink
Merge pull request #597 from krakendio/upgrade_bf
Browse files Browse the repository at this point in the history
upgrade bloomfilter pkg to v2.0.2
  • Loading branch information
kpacha authored Oct 4, 2022
2 parents 3c3fdec + 5037612 commit 6440c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.17
require (
github.com/gin-gonic/gin v1.8.1
github.com/go-contrib/uuid v1.2.0
github.com/krakendio/bloomfilter/v2 v2.0.1
github.com/krakendio/bloomfilter/v2 v2.0.2
github.com/krakendio/krakend-amqp/v2 v2.0.2
github.com/krakendio/krakend-botdetector/v2 v2.0.2
github.com/krakendio/krakend-cel/v2 v2.0.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/krakendio/bloomfilter/v2 v2.0.1 h1:orTtBUaN3Lm9/3hD4Gv53/0Q5gknsV5bBj+q5nHXkBc=
github.com/krakendio/bloomfilter/v2 v2.0.1/go.mod h1:4sa2zev27WRZgs1OIgHg2+OyruaZdHXmJS8Fz8vw50c=
github.com/krakendio/bloomfilter/v2 v2.0.2 h1:zAysPVUNhxq6Y9E3/k0Lb0LfTZ0hjDLx7Heo17qB9Bk=
github.com/krakendio/bloomfilter/v2 v2.0.2/go.mod h1:BH9pmOLLllSAvtjuwA2Ythd7RE3lQdNr1sHK3f2dJok=
github.com/krakendio/flatmap v1.1.1 h1:rGBNVpBY0pMk6cLOwerVzoKY4HELnpu0xvqB231lOCQ=
github.com/krakendio/flatmap v1.1.1/go.mod h1:KBuVkiH5BcBFRa5A1HdSHDn8a8LzsyRTKZArX0vqTbo=
github.com/krakendio/krakend-amqp/v2 v2.0.2 h1:+HhAOkjYTL/6cLGooO4ZDwN0VI7L6MQcvJeSguGWZcY=
Expand Down

0 comments on commit 6440c7e

Please sign in to comment.