fix(deps): update module github.com/stretchr/testify to v1.12.0 (#319)
Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Tag (push) Skipped
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 53s
Release / release (push) Successful in 47m10s
Unbound Release / Create Release (push) Successful in 24s

This commit was merged in pull request #319.
This commit is contained in:
2026-08-17 09:09:30 +00:00
parent dfc666ebb0
commit bfd5fd4c16
2 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -4,14 +4,12 @@ go 1.26.2
require (
github.com/sparetimecoders/goamqp v0.3.3
github.com/stretchr/testify v1.11.1
github.com/stretchr/testify v1.12.0
)
require (
github.com/davecgh/go-spew v1.1.1 // 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.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)