module github.com/nautilus/gateway require ( github.com/99designs/gqlgen v0.13.0 github.com/agnivade/levenshtein v1.1.0 // indirect github.com/graph-gophers/graphql-go v0.0.0-20190108123631-d5b7dc6be53b github.com/graphql-go/graphql v0.7.9 // indirect github.com/mitchellh/mapstructure v1.4.1 github.com/nautilus/graphql v0.0.15 github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.6.1 github.com/vektah/gqlparser/v2 v2.1.0 golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c golang.org/x/sys v0.0.0-20201005172224-997123666555 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect ) go 1.13