github.com/senomas/gqlgen@v0.17.11-0.20220626120754-9aee61b0716a/go.mod (about)

     1  module github.com/senomas/gqlgen
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.17.10
     7  	github.com/gorilla/websocket v1.5.0
     8  	github.com/hashicorp/golang-lru v0.5.4
     9  	github.com/kevinmbeaulieu/eq-go v1.0.0
    10  	github.com/logrusorgru/aurora/v3 v3.0.0
    11  	github.com/matryer/moq v0.2.7
    12  	github.com/mattn/go-colorable v0.1.12
    13  	github.com/mattn/go-isatty v0.0.14
    14  	github.com/mitchellh/mapstructure v1.3.1
    15  	github.com/stretchr/testify v1.7.1
    16  	github.com/urfave/cli/v2 v2.8.1
    17  	github.com/vektah/gqlparser/v2 v2.4.5
    18  	golang.org/x/tools v0.1.10
    19  	google.golang.org/protobuf v1.28.0
    20  	gopkg.in/yaml.v2 v2.4.0
    21  )