Skip to content

Commit

Permalink
Merge pull request #453 from devopsfaith/upgrade_amqp_v2.0.1
Browse files Browse the repository at this point in the history
amqp pkg updated
  • Loading branch information
kpacha authored Apr 1, 2022
2 parents fc84529 + 7bf8d20 commit 9812734
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 @@ -4,7 +4,7 @@ go 1.17

require (
github.com/devopsfaith/bloomfilter/v2 v2.0.0
github.com/devopsfaith/krakend-amqp/v2 v2.0.0
github.com/devopsfaith/krakend-amqp/v2 v2.0.1
github.com/devopsfaith/krakend-botdetector/v2 v2.0.0
github.com/devopsfaith/krakend-cel/v2 v2.0.0
github.com/devopsfaith/krakend-circuitbreaker/v2 v2.0.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ github.com/devopsfaith/krakend-amqp/v2 v2.0.0-20220216163450-f3d9e41c9394 h1:XCd
github.com/devopsfaith/krakend-amqp/v2 v2.0.0-20220216163450-f3d9e41c9394/go.mod h1:WnQSh3V3dRxHCaeMDspKUdXc6vfBanAveZmb3WVxDJQ=
github.com/devopsfaith/krakend-amqp/v2 v2.0.0 h1:mwrEV5es0eN6xPXU7kzegBhnOjyKkdBnOoGkbBte/88=
github.com/devopsfaith/krakend-amqp/v2 v2.0.0/go.mod h1:5R/iA7DmDq/9/0svRlqcfEBuPfskS1szRLMYTvzxjn4=
github.com/devopsfaith/krakend-amqp/v2 v2.0.1 h1:cCmPgb4M5cCL8Isyuab5NWe0TO0sNojH3p3Fb53u1yU=
github.com/devopsfaith/krakend-amqp/v2 v2.0.1/go.mod h1:5R/iA7DmDq/9/0svRlqcfEBuPfskS1szRLMYTvzxjn4=
github.com/devopsfaith/krakend-botdetector/v2 v2.0.0-20211026130023-7708e1e97702 h1:g26W/8+9bc5q7mW0oeR155W2rWCkxVkB/I7ZnmaY1Vw=
github.com/devopsfaith/krakend-botdetector/v2 v2.0.0-20211026130023-7708e1e97702/go.mod h1:A6Z293GtJ7UAg6vQUOU4s5cSJQHFkgrH0R1OW5wUnoo=
github.com/devopsfaith/krakend-botdetector/v2 v2.0.0 h1:eQhvmo27M4JAWgNQ1tniOOTHbh/8R1lcYeNhE4nvV2E=
Expand Down

0 comments on commit 9812734

Please sign in to comment.