mirror of
https://github.com/BillyOutlast/stash-box.git
synced 2026-02-04 02:51:17 +01:00
11 lines
182 B
Go
11 lines
182 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/99designs/gqlgen/graphql/introspection"
|
|
_ "github.com/vektah/dataloaden"
|
|
)
|