super-graph/go.mod

18 lines
596 B
Modula-2
Raw Normal View History

2019-03-24 14:57:29 +01:00
module github.com/dosco/super-graph
require (
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
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
2019-03-25 05:43:14 +01:00
github.com/gobuffalo/flect v0.1.1
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-03-24 14:57:29 +01:00
github.com/sirupsen/logrus v1.4.0
github.com/spf13/viper v1.3.1
github.com/valyala/fasttemplate v1.0.1
mellium.im/sasl v0.2.1 // indirect
)