mirror of
https://github.com/stashapp/stash.git
synced 2026-01-04 14:46:43 +01:00
* Downgrade gqlgen to v0.17.2 The current version of gqlgen (v0.17.24) gives SIGILL crashes on armv7. * Update gqlparser
8 lines
87 B
Go
8 lines
87 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/matryer/moq"
|
|
)
|