From de7742bc48976e40e33ededf0eb293a88960c57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 05:23:58 +0000 Subject: [PATCH] Bump github.com/streadway/amqp 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] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 708ad27a..8d6e8f48 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 674cf9ea..0891ca70 100644 --- a/go.sum +++ b/go.sum @@ -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=