fix(deps): update module github.com/sparetimecoders/goamqp to v0.3.1

This commit is contained in:
Renovate
2024-08-23 10:59:29 +00:00
parent 1e66b292fa
commit d68ed4e55b
2 changed files with 12 additions and 24 deletions
+3 -3
View File
@@ -3,15 +3,15 @@ module gitlab.com/unboundsoftware/shiny/authz_client
go 1.21
require (
github.com/sparetimecoders/goamqp v0.3.0
github.com/sparetimecoders/goamqp v0.3.1
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/google/uuid v1.6.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.9.0 // indirect
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)