-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
24 lines (22 loc) · 942 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
module DepthInspection
go 1.15
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/go-sql-driver/mysql v1.6.0
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/jung-kurt/gofpdf v1.16.2
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v1.0.0 // indirect
github.com/tal-tech/go-zero v1.1.8 // indirect
github.com/urfave/cli v1.22.5
//github.com/tk103331/stream v0.0.0-20191019122001-158a44f25f37 // indirect
github.com/vladoatanasov/logrus_amqp v0.0.0-20181023103017-b21faf6f8ae3 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
gopkg.in/olivere/elastic.v5 v5.0.86 // indirect
gopkg.in/sohlich/elogrus.v2 v2.0.2 // indirect
gopkg.in/yaml.v2 v2.4.0
)