diff --git a/go.mod b/go.mod index 5cf8fb7..e7d649a 100644 --- a/go.mod +++ b/go.mod @@ -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 )