From 34258b553537af0785b229895aceb95622636ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:34:54 +0200 Subject: [PATCH] Bump github.com/rabbitmq/amqp091-go from 1.5.0 to 1.7.0 (#56) Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/rabbitmq/amqp091-go/releases) - [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/rabbitmq/amqp091-go/compare/v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/rabbitmq/amqp091-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d8a2472..b574a61 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,10 @@ go 1.16 require ( github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e + github.com/fsouza/go-dockerclient v1.9.4 // indirect github.com/google/uuid v1.3.0 // indirect github.com/pborman/uuid v1.2.1 // indirect - github.com/rabbitmq/amqp091-go v1.6.1 + github.com/rabbitmq/amqp091-go v1.7.0 + github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 )