github.com/speedoops/go-gqlrest-demo@v0.0.0-20220710122636-5c6460aeab4f/go.mod (about)

     1  module github.com/speedoops/go-gqlrest-demo
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.14.0
     7  	github.com/agnivade/levenshtein v1.1.1 // indirect
     8  	github.com/go-chi/chi/v5 v5.0.4
     9  	github.com/google/gops v0.3.20
    10  	github.com/hashicorp/golang-lru v0.5.4 // indirect
    11  	github.com/kataras/i18n v0.0.6
    12  	github.com/mitchellh/mapstructure v1.4.1 // indirect
    13  	github.com/smartystreets/goconvey v1.6.4 // indirect
    14  	github.com/speedoops/go-gqlrest v0.1.1
    15  	github.com/stretchr/testify v1.7.0
    16  	github.com/tal-tech/go-zero v1.1.10
    17  	github.com/vektah/gqlparser/v2 v2.2.0
    18  )
    19  
    20  replace github.com/speedoops/go-gqlrest => ../go-gqlrest
    21  
    22  replace github.com/vektah/gqlparser/v2 v2.2.0 => github.com/speedoops/gqlparser/v2 v2.4.6