github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/cmd/ambient.go (about) 1 package cmd 2 3 import ( 4 // Import and ignore the ambient imports listed below so dependency managers 5 // don't prune unused code for us. Both lists should be kept in sync. 6 _ "github.com/animeshon/gqlgen/graphql" 7 _ "github.com/animeshon/gqlgen/graphql/introspection" 8 _ "github.com/vektah/gqlparser/v2" 9 _ "github.com/vektah/gqlparser/v2/ast" 10 )