19 lines
427 B
Modula-2
19 lines
427 B
Modula-2
module gitea.dikurium.ch/InnoPeak/gqlgen-contrib
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.49
|
|
github.com/getsentry/sentry-go v0.28.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/vektah/gqlparser/v2 v2.5.16
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|