github.com/apipluspower/gqlgen@v0.15.2/go.mod (about)

     1  module github.com/apipluspower/gqlgen
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/gorilla/websocket v1.4.2
     7  	github.com/hashicorp/golang-lru v0.5.4
     8  	github.com/kevinmbeaulieu/eq-go v1.0.0
     9  	github.com/logrusorgru/aurora/v3 v3.0.0
    10  	github.com/matryer/moq v0.2.5
    11  	github.com/mattn/go-colorable v0.1.12
    12  	github.com/mattn/go-isatty v0.0.14
    13  	github.com/mitchellh/mapstructure v1.4.3
    14  	github.com/stretchr/testify v1.7.0
    15  	github.com/urfave/cli/v2 v2.3.0
    16  	github.com/vektah/gqlparser/v2 v2.2.0
    17  	golang.org/x/tools v0.1.8
    18  	gopkg.in/yaml.v2 v2.4.0
    19  )
    20  
    21  require (
    22  	github.com/agnivade/levenshtein v1.0.1 // indirect
    23  	github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
    24  	github.com/davecgh/go-spew v1.1.1 // indirect
    25  	github.com/pmezard/go-difflib v1.0.0 // indirect
    26  	github.com/russross/blackfriday/v2 v2.0.1 // indirect
    27  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    28  	golang.org/x/mod v0.5.1 // indirect
    29  	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
    30  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    31  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    32  )