forked from gorse-io/gorse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.09 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
31
32
33
module github.com/zhenghaoz/gorse
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/ReneKroon/ttlcache/v2 v2.3.0
github.com/alicebob/miniredis/v2 v2.14.3
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/cheggaaa/pb/v3 v3.0.7
github.com/chewxy/math32 v1.0.6
github.com/emicklei/go-restful-openapi/v2 v2.3.0
github.com/emicklei/go-restful/v3 v3.4.0
github.com/go-redis/redis/v8 v8.8.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.5.2
github.com/haxii/go-swagger-ui v3.19.4+incompatible
github.com/json-iterator/go v1.1.10
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v0.0.7
github.com/steinfletcher/apitest v1.5.3
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.5.1
go.uber.org/zap v1.16.0
gonum.org/v1/gonum v0.0.0-20190409070159-6e46824336d2
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
)