Update module github.com/99designs/gqlgen to v0.17.44
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2024-02-15 18:42:13 +00:00
parent 07183502c5
commit 6fdedd76e7

2
go.mod
View File

@ -3,7 +3,7 @@ module git.front.kjuulh.io/kjuulh/acc-server
go 1.19
require (
github.com/99designs/gqlgen v0.17.43
github.com/99designs/gqlgen v0.17.44
github.com/vektah/gqlparser/v2 v2.5.11
)