fix(deps): update module github.com/99designs/gqlgen to v0.17.92
renovate/stability-days Updates have met minimum release age requirement
presenter / vulnerabilities (pull_request) Successful in 1m4s
presenter / test (pull_request) Successful in 1m42s
pre-commit / pre-commit (pull_request) Successful in 3m35s

This commit is contained in:
2026-06-24 14:10:22 +00:00
parent 92074bbf54
commit 83ccd8fade
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ module gitea.unbound.se/shiny/presenter
go 1.25.0
require (
github.com/99designs/gqlgen v0.17.91
github.com/99designs/gqlgen v0.17.92
github.com/stretchr/testify v1.11.1
github.com/vektah/gqlparser/v2 v2.5.35
)
@@ -13,6 +13,6 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sosodev/duration v1.4.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sync v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)