module github.com/dosco/super-graph replace github.com/gobuffalo/flect => github.com/renathoaz/flect v0.2.3-0.20200901003717-8573c32cc9d7 require ( cloud.google.com/go v0.66.0 // indirect contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9 contrib.go.opencensus.io/exporter/prometheus v0.2.0 contrib.go.opencensus.io/exporter/stackdriver v0.13.4 contrib.go.opencensus.io/exporter/zipkin v0.1.2 contrib.go.opencensus.io/integrations/ocsql v0.1.6 github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/GeertJohan/go.rice v1.0.0 github.com/NYTimes/gziphandler v1.1.1 github.com/adjust/gorails v0.0.0-20171013043634-2786ed0c03d3 github.com/aws/aws-sdk-go v1.34.30 // indirect github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/brianvoe/gofakeit/v5 v5.9.3 github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect github.com/chirino/graphql v0.0.0-20200723175208-cec7bf430a98 github.com/daaku/go.zipexe v1.0.1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dlclark/regexp2 v1.2.1 // indirect github.com/dop251/goja v0.0.0-20200912112403-81ddb8a7cc41 github.com/fsnotify/fsnotify v1.4.9 github.com/garyburd/redigo v1.6.2 github.com/go-pkgz/expirable-cache v0.0.3 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect github.com/gobuffalo/flect v0.2.2 github.com/gorilla/websocket v1.4.2 github.com/gosimple/slug v1.9.0 github.com/jackc/pgproto3/v2 v2.0.4 // indirect github.com/jackc/pgtype v1.4.2 github.com/jackc/pgx/v4 v4.8.1 github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/openzipkin/zipkin-go v0.2.4 github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/errors v0.9.1 github.com/prometheus/common v0.14.0 // indirect github.com/prometheus/procfs v0.2.0 // indirect github.com/prometheus/statsd_exporter v0.18.0 // indirect github.com/rs/cors v1.7.0 github.com/rs/xid v1.2.1 github.com/spf13/afero v1.4.0 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1 go.opencensus.io v0.22.4 go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/net v0.0.0-20200923182212-328152dc79b1 // indirect golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e google.golang.org/api v0.32.0 // indirect google.golang.org/genproto v0.0.0-20200923140941-5646d36feee1 // indirect google.golang.org/grpc v1.32.0 // indirect gopkg.in/ini.v1 v1.61.0 // indirect ) go 1.14