...

Text file src/github.com/99designs/gqlgen/go.mod

Documentation: github.com/99designs/gqlgen

     1module github.com/99designs/gqlgen
     2
     3go 1.20
     4
     5require (
     6	github.com/PuerkitoBio/goquery v1.9.1
     7	github.com/google/uuid v1.6.0
     8	github.com/gorilla/websocket v1.5.0
     9	github.com/hashicorp/golang-lru/v2 v2.0.7
    10	github.com/kevinmbeaulieu/eq-go v1.0.0
    11	github.com/logrusorgru/aurora/v3 v3.0.0
    12	github.com/matryer/moq v0.3.4
    13	github.com/mattn/go-colorable v0.1.13
    14	github.com/mattn/go-isatty v0.0.20
    15	github.com/mitchellh/mapstructure v1.5.0
    16	github.com/sosodev/duration v1.2.0
    17	github.com/stretchr/testify v1.9.0
    18	github.com/urfave/cli/v2 v2.27.1
    19	github.com/vektah/gqlparser/v2 v2.5.11
    20	golang.org/x/text v0.14.0
    21	golang.org/x/tools v0.19.0
    22	google.golang.org/protobuf v1.33.0
    23	gopkg.in/yaml.v3 v3.0.1
    24)
    25
    26require (
    27	github.com/agnivade/levenshtein v1.1.1 // indirect
    28	github.com/andybalholm/cascadia v1.3.2 // 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.16.0 // indirect
    35	golang.org/x/net v0.22.0 // indirect
    36	golang.org/x/sys v0.18.0 // indirect
    37)

View as plain text