-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
34 lines (32 loc) · 1.51 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
34
module github.com/dubuqingfeng/api-monitor
go 1.13
require (
github.com/PaesslerAG/gval v1.0.1 // indirect
github.com/PaesslerAG/jsonpath v0.1.1
github.com/bearyinnovative/bearychat-go v0.0.0-20170711015913-c53edc77f5e3
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gocarina/gocsv v0.0.0-20200827134620-49f5c3fa2b3e
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jinzhu/configor v1.2.0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc // indirect
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v0.0.0-20180821113735-8b31f9c59b0f // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/tebeka/strftime v0.1.5 // indirect
github.com/tidwall/buntdb v1.1.2
github.com/tidwall/gjson v1.12.1 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)