github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/ambient.go (about)

     1  package main
     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/HaswinVidanage/gqlgen/graphql"
     7  	_ "github.com/HaswinVidanage/gqlgen/graphql/introspection"
     8  	_ "github.com/vektah/gqlparser"
     9  	_ "github.com/vektah/gqlparser/ast"
    10  )