-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
30 lines (29 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module spaceship
require (
cirello.io/goherokuname v0.0.0-20190130145001-e47e9d08f3ca
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/golang/protobuf v1.2.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.6.4
github.com/huandu/facebook v2.3.1+incompatible
github.com/jinzhu/configor v0.0.0-20180614024415-4edaf76fe188
github.com/kayalardanmehmet/redsync-radix v1.2.0
github.com/mediocregopher/radix/v3 v3.2.0
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.2.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/streadway/amqp v0.0.0-20190312002841-61ee40d2027b
github.com/tbalthazar/onesignal-go v0.0.0-20160928064723-312530be66c8
go.opencensus.io v0.19.0
go.uber.org/atomic v1.3.2
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/net v0.0.0-20190107210223-45ffb0cd1ba0
google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f
google.golang.org/grpc v1.17.0
)