fix(deps): update module github.com/stretchr/testify to v1.12.1 (#321)
Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 39s
Release / release (push) Successful in 3m36s
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Successful in 3m14s
Unbound Release / Create Release (push) Successful in 53s

This commit was merged in pull request #321.
This commit is contained in:
2026-08-21 13:03:06 +00:00
parent 5c2477eded
commit 37d9282f7e
2 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ go 1.26.2
require (
github.com/sparetimecoders/goamqp v0.3.3
github.com/stretchr/testify v1.12.0
github.com/stretchr/testify v1.12.1
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
)