github.com/niko0xdev/gqlgen@v0.17.55-0.20240120102243-2ecff98c3e37/go.mod (about)

     1  module github.com/niko0xdev/gqlgen
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/PuerkitoBio/goquery v1.8.1
     7  	github.com/google/uuid v1.3.0
     8  	github.com/gorilla/websocket v1.5.0
     9  	github.com/hashicorp/golang-lru/v2 v2.0.3
    10  	github.com/kevinmbeaulieu/eq-go v1.0.0
    11  	github.com/logrusorgru/aurora/v3 v3.0.0
    12  	github.com/matryer/moq v0.2.7
    13  	github.com/mattn/go-colorable v0.1.13
    14  	github.com/mattn/go-isatty v0.0.19
    15  	github.com/mitchellh/mapstructure v1.5.0
    16  	github.com/sosodev/duration v1.1.0
    17  	github.com/stretchr/testify v1.8.2
    18  	github.com/urfave/cli/v2 v2.25.5
    19  	github.com/vektah/gqlparser/v2 v2.5.10
    20  	golang.org/x/text v0.13.0
    21  	golang.org/x/tools v0.9.3
    22  	google.golang.org/protobuf v1.30.0
    23  	gopkg.in/yaml.v3 v3.0.1
    24  )
    25  
    26  require (
    27  	github.com/agnivade/levenshtein v1.1.1 // indirect
    28  	github.com/andybalholm/cascadia v1.3.1 // indirect
    29  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    30  	github.com/davecgh/go-spew v1.1.1 // indirect
    31  	github.com/pmezard/go-difflib v1.0.0 // indirect
    32  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    33  	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
    34  	golang.org/x/mod v0.10.0 // indirect
    35  	golang.org/x/net v0.17.0 // indirect
    36  	golang.org/x/sys v0.13.0 // indirect
    37  )