-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 783 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 783 Bytes
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/2se/dolphin-sdk
go 1.12
require (
github.com/RussellLuo/timingwheel v0.0.0-20190326154208-5d4ce6cdc0da
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/jmoiron/sqlx v1.2.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/segmentio/kafka-go v0.3.2
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
go.mongodb.org/mongo-driver v1.0.1
google.golang.org/grpc v1.20.1
)