24 lines
922 B
Modula-2
24 lines
922 B
Modula-2
|
module github.com/dosco/super-graph
|
||
|
|
||
|
require (
|
||
|
github.com/adjust/gorails v0.0.0-20171013043634-2786ed0c03d3
|
||
|
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
|
||
|
github.com/go-pg/pg v8.0.1+incompatible
|
||
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
||
|
github.com/gorilla/websocket v1.4.0
|
||
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
|
||
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
||
|
github.com/onsi/gomega v1.4.3 // indirect
|
||
|
github.com/pkg/errors v0.8.1 // indirect
|
||
|
github.com/sirupsen/logrus v1.4.0
|
||
|
github.com/spf13/viper v1.3.1
|
||
|
github.com/valyala/fasttemplate v1.0.1
|
||
|
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
|
||
|
golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
||
|
golang.org/x/text v0.3.0
|
||
|
golang.org/x/tools v0.0.0-20190308142131-b40df0fb21c3
|
||
|
mellium.im/sasl v0.2.1 // indirect
|
||
|
)
|