build(deps): bump github.com/sparetimecoders/goamqp from 0.1.3 to 0.1.4

Bumps [github.com/sparetimecoders/goamqp](https://github.com/sparetimecoders/goamqp) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/sparetimecoders/goamqp/releases)
- [Commits](https://github.com/sparetimecoders/goamqp/compare/v0.1.3...v0.1.4)
This commit is contained in:
2023-05-11 05:19:41 +00:00
parent eba7784e59
commit ff779d9456
2 changed files with 8 additions and 35 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/shiny/authz_client
go 1.19
require (
github.com/sparetimecoders/goamqp v0.1.3
github.com/sparetimecoders/goamqp v0.1.4
github.com/stretchr/testify v1.8.2
)
@@ -12,6 +12,6 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rabbitmq/amqp091-go v1.5.0 // indirect
github.com/rabbitmq/amqp091-go v1.8.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)