-
Notifications
You must be signed in to change notification settings - Fork 33
/
go.mod
22 lines (20 loc) · 637 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gopusher/gateway
go 1.15
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/validator/v10 v10.3.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/gorilla/websocket v1.4.2
github.com/mitchellh/mapstructure v1.2.2
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/rs/cors v1.7.0
github.com/rs/xid v1.2.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/subosito/gotenv v1.2.0
go.uber.org/zap v1.14.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)