Skip to content

Commit

Permalink
Bump github.com/streadway/amqp
Browse files Browse the repository at this point in the history
Bumps [github.com/streadway/amqp](https://github.com/streadway/amqp) from 0.0.0-20170521212453-dfe15e360485 to 1.1.0.
- [Commits](https://github.com/streadway/amqp/commits/v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/streadway/amqp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 30, 2023
1 parent 39135c6 commit de7742b
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 @@ -24,7 +24,7 @@ require (
github.com/metrics20/go-metrics20 v0.0.0-20180821133656-717ed3a27bf9
github.com/prometheus/procfs v0.11.0
github.com/sirupsen/logrus v1.9.3
github.com/streadway/amqp v0.0.0-20170521212453-dfe15e360485
github.com/streadway/amqp v1.1.0
github.com/stretchr/testify v1.8.4
github.com/taylorchu/toki v0.0.0-20141019163204-20e86122596c
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykE
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/streadway/amqp v0.0.0-20170521212453-dfe15e360485 h1:oqYHzzT0P4dUhdRP667FMGSLBkdAGn7nUc4XYE3pBe8=
github.com/streadway/amqp v0.0.0-20170521212453-dfe15e360485/go.mod h1:1WNBiOZtZQLpVAyu0iTduoJL9hEsMloAK5XWrtW0xdY=
github.com/streadway/amqp v1.1.0 h1:py12iX8XSyI7aN/3dUT8DFIDJazNJsVJdxNVEpnQTZM=
github.com/streadway/amqp v1.1.0/go.mod h1:WYSrTEYHOXHd0nwFeUXAe2G2hRnQT+deZJJf88uS9Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

0 comments on commit de7742b

Please sign in to comment.