-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 838 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
23
24
25
26
27
module github.com/silentred/toolkit
go 1.13
require (
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0
github.com/coreos/etcd v3.3.20+incompatible
github.com/fatih/color v1.9.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-xorm/xorm v0.7.9
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.3
github.com/google/uuid v1.1.1 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/labstack/gommon v0.3.0
github.com/prometheus/client_golang v1.5.1
github.com/silentred/echorus v0.1.2
github.com/sirupsen/logrus v1.5.0
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
google.golang.org/grpc v1.28.1
gopkg.in/redis.v5 v5.2.9
gopkg.in/urfave/cli.v1 v1.20.0
sigs.k8s.io/yaml v1.2.0 // indirect
xorm.io/core v0.7.3
)