github.com/humans-group/gqlgen@v0.7.2/Gopkg.toml (about)

     1  required = ["github.com/vektah/dataloaden"]
     2  
     3  [[constraint]]
     4    branch = "master"
     5    name = "github.com/mitchellh/mapstructure"
     6  
     7  [[constraint]]
     8    name = "github.com/stretchr/testify"
     9    version = "1.2.1"
    10  
    11  [[constraint]]
    12    branch = "master"
    13    name = "golang.org/x/tools"
    14  
    15  [[constraint]]
    16    name = "github.com/vektah/gqlparser"
    17    version = "^1.0.0"
    18  
    19  [prune]
    20    go-tests = true
    21    unused-packages = true
    22  
    23  [[constraint]]
    24    name = "gopkg.in/yaml.v2"
    25    version = "2.2.1"
    26  
    27  [[constraint]]
    28    name = "github.com/rs/cors"
    29    version = "1.6.0"