github.com/matiasanaya/gqlgen@v0.6.0/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  [prune]
    16    go-tests = true
    17    unused-packages = true
    18  
    19  [[constraint]]
    20    name = "gopkg.in/yaml.v2"
    21    version = "2.2.1"