git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/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  	_ "git.sr.ht/~sircmpwn/gqlgen/graphql"
     7  	_ "git.sr.ht/~sircmpwn/gqlgen/graphql/introspection"
     8  	_ "github.com/vektah/gqlparser/v2"
     9  	_ "github.com/vektah/gqlparser/v2/ast"
    10  )