build(deps): bump github.com/sparetimecoders/goamqp from 0.1.5 to 0.2.0

Bumps [github.com/sparetimecoders/goamqp](https://github.com/sparetimecoders/goamqp) from 0.1.5 to 0.2.0.
- [Release notes](https://github.com/sparetimecoders/goamqp/releases)
- [Commits](https://github.com/sparetimecoders/goamqp/compare/v0.1.5...v0.2.0)
This commit is contained in:
2023-10-05 05:19:27 +00:00
parent de664d7a05
commit 7815c85c92
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -3,15 +3,15 @@ module gitlab.com/unboundsoftware/shiny/authz_client
go 1.21.1
require (
github.com/sparetimecoders/goamqp v0.1.5
github.com/sparetimecoders/goamqp v0.2.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rabbitmq/amqp091-go v1.8.1 // indirect
github.com/rabbitmq/amqp091-go v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)