mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
v12.2.0
This commit is contained in:
@@ -16,8 +16,8 @@ Add `gqlgen` to your project's `tools.go` file
|
||||
|
||||
```sh
|
||||
$ printf '// +build tools\npackage tools\nimport _ "github.com/99designs/gqlgen"' | gofmt > tools.go
|
||||
$ go get github.com/kataras/iris/v12@master
|
||||
$ go mod tidy -compat=1.19
|
||||
$ go get github.com/kataras/iris/v12@latest
|
||||
$ go mod tidy -compat=1.20
|
||||
```
|
||||
|
||||
Start the graphql server
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/iris-contrib/outerbanks-api
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.17.24
|
||||
|
||||
Reference in New Issue
Block a user