stash/tools.go

13 lines
248 B
Go
Raw Permalink Normal View History

//go:build tools
// +build tools
package main
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
_ "github.com/Yamashou/gqlgenc"
_ "github.com/vektah/dataloaden"
2020-09-15 07:28:53 +00:00
_ "github.com/vektra/mockery/v2"
)