2019-03-24 14:57:29 +01:00
|
|
|
module github.com/dosco/super-graph
|
|
|
|
|
|
|
|
require (
|
2019-04-10 07:38:48 +02:00
|
|
|
github.com/Masterminds/semver v1.4.2
|
2019-05-13 01:27:26 +02:00
|
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
2019-03-29 03:34:42 +01:00
|
|
|
github.com/adjust/gorails v0.0.0-20171013043634-2786ed0c03d3
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
|
2019-09-20 06:19:11 +02:00
|
|
|
github.com/brianvoe/gofakeit v3.18.0+incompatible
|
2019-05-13 01:27:26 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.0.0
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-09-20 06:19:11 +02:00
|
|
|
github.com/dlclark/regexp2 v1.2.0 // indirect
|
|
|
|
github.com/dop251/goja v0.0.0-20190912223329-aa89e6a4c733
|
2019-09-08 20:56:32 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/garyburd/redigo v1.6.0
|
2019-03-25 05:43:14 +01:00
|
|
|
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/go-pg/pg v8.0.1+incompatible
|
2019-09-20 06:19:11 +02:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
|
2019-03-25 05:43:14 +01:00
|
|
|
github.com/gobuffalo/flect v0.1.1
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
|
|
|
|
github.com/golang-migrate/migrate/v4 v4.6.2
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/jackc/pgconn v1.0.1
|
|
|
|
github.com/jackc/pgx v3.6.0+incompatible
|
|
|
|
github.com/jackc/pgx/v4 v4.0.1
|
|
|
|
github.com/jackc/tern v1.8.2
|
2019-03-25 05:43:14 +01:00
|
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-05-13 01:27:26 +02:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-09-08 20:56:32 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/rs/zerolog v1.15.0
|
2019-05-13 01:27:26 +02:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/viper v1.3.2
|
2019-03-24 14:57:29 +01:00
|
|
|
github.com/valyala/fasttemplate v1.0.1
|
2019-09-26 06:35:31 +02:00
|
|
|
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
|
|
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
2019-03-24 14:57:29 +01:00
|
|
|
mellium.im/sasl v0.2.1 // indirect
|
|
|
|
)
|