fix(deps): update module github.com/99designs/gqlgen to v0.17.50

This commit is contained in:
Renovate
2024-09-13 16:53:19 +00:00
committed by Joakim Olsson
parent 09066e17d2
commit e55acc3c6f
4 changed files with 1550 additions and 169 deletions
+9 -9
View File
@@ -1,11 +1,11 @@
module gitlab.com/unboundsoftware/schemas
go 1.22
go 1.22.5
toolchain go1.23.1
require (
github.com/99designs/gqlgen v0.17.49
github.com/99designs/gqlgen v0.17.50
github.com/Khan/genqlient v0.7.0
github.com/alecthomas/kong v1.2.1
github.com/apex/log v1.9.0
@@ -48,14 +48,14 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/urfave/cli/v2 v2.27.2 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/urfave/cli/v2 v2.27.4 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)