update server boilerplate to use graphql
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module yauth
|
||||
module github.com/yauthdev/yauth/server
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/gofiber/fiber/v2 v2.13.0 // indirect
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.13.0 // indirect
|
||||
github.com/vektah/gqlparser/v2 v2.1.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user