You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
331 B
17 lines
331 B
//+build tools
|
|
|
|
/*
|
|
|
|
This file is never built. It's purpose is only to preserve the dependencies as Go would consider them
|
|
unused and prune them otherwise.
|
|
|
|
*/
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen/cmd"
|
|
_ "github.com/kyleconroy/sqlc"
|
|
_ "github.com/kyleconroy/sqlc/cmd/sqlc"
|
|
_ "github.com/vektah/dataloaden"
|
|
)
|