super-graph/go.mod

34 lines
1.3 KiB
Modula-2
Raw Normal View History

2019-03-24 14:57:29 +01:00
module github.com/dosco/super-graph
require (
2019-05-13 01:27:26 +02:00
github.com/BurntSushi/toml v0.3.1 // indirect
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-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
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
github.com/gobuffalo/envy v1.7.0 // indirect
2019-03-25 05:43:14 +01:00
github.com/gobuffalo/flect v0.1.1
github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2
2019-03-24 14:57:29 +01:00
github.com/gorilla/websocket v1.4.0
2019-03-25 05:43:14 +01:00
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
2019-05-13 01:27:26 +02:00
github.com/labstack/gommon v0.2.8
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/rs/zerolog v1.14.3
2019-03-24 14:57:29 +01:00
github.com/sirupsen/logrus v1.4.0
2019-05-13 01:27:26 +02:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2019-03-24 14:57:29 +01:00
github.com/spf13/viper v1.3.1
github.com/valyala/fasttemplate v1.0.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
2019-06-15 04:17:21 +02:00
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
2019-03-24 14:57:29 +01:00
mellium.im/sasl v0.2.1 // indirect
)