github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/go.mod (about)

     1  module github.com/shippio/gqlgen
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.17.16
     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.5.1
    18  	golang.org/x/text v0.3.7
    19  	golang.org/x/tools v0.1.10
    20  	google.golang.org/protobuf v1.28.0
    21  	gopkg.in/yaml.v3 v3.0.1
    22  )