GraphQL API and utilities for the rpdata project
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

  1. //+build tools
  2. /*
  3. This file is never built. It's purpose is only to preserve the dependencies as Go would consider them
  4. unused and prune them otherwise.
  5. */
  6. package main
  7. import (
  8. _ "github.com/99designs/gqlgen/cmd"
  9. _ "github.com/kyleconroy/sqlc"
  10. _ "github.com/kyleconroy/sqlc/cmd/sqlc"
  11. _ "github.com/vektah/dataloaden"
  12. )