fix(deps): update module github.com/stretchr/testify to v1.12.1 (#182)
Unbound Release / Check Preconditions (push) Successful in 22s
Unbound Release / Create Tag (push) Skipped
presenter / test (push) Skipped
presenter / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 39s
Unbound Release / Create Release (push) Successful in 33s
Release / release (push) Successful in 21m58s

This commit was merged in pull request #182.
This commit is contained in:
2026-08-21 08:10:55 +00:00
parent ea952ee3dd
commit d2f6af8fc2
2 changed files with 6 additions and 13 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ go 1.25.0
require (
github.com/99designs/gqlgen v0.17.94
github.com/stretchr/testify v1.12.0
github.com/stretchr/testify v1.12.1
github.com/vektah/gqlparser/v2 v2.5.36
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/sosodev/duration v1.4.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sync v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)