aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/99designs/gqlgen/cmd/ambient.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/99designs/gqlgen/cmd/ambient.go')
-rw-r--r--vendor/github.com/99designs/gqlgen/cmd/ambient.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/99designs/gqlgen/cmd/ambient.go b/vendor/github.com/99designs/gqlgen/cmd/ambient.go
deleted file mode 100644
index 7838fdf1..00000000
--- a/vendor/github.com/99designs/gqlgen/cmd/ambient.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package cmd
-
-import (
- // Import and ignore the ambient imports listed below so dependency managers
- // don't prune unused code for us. Both lists should be kept in sync.
- _ "github.com/99designs/gqlgen/graphql"
- _ "github.com/99designs/gqlgen/graphql/introspection"
- _ "github.com/vektah/gqlparser"
- _ "github.com/vektah/gqlparser/ast"
-)