forked from canghai908/zbxtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (48 loc) · 2.2 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/canghai908/zbxtable
go 1.14
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/360EntSecGroup-Skylar/excelize/v2 v2.1.0
github.com/AlekSi/reflector v0.4.1
github.com/AlekSi/zabbix v0.1.3
github.com/astaxie/beego v1.12.2
github.com/beego/bee v1.12.0 // indirect
github.com/canghai908/jwt-beego v0.0.0-20170912081414-84e2cb5b94b1
github.com/canghai908/zabbix-go v0.0.0-20190301064811-5577c772412c
github.com/chanxuehong/rand v0.0.0-20151130035831-b54bf7f93440
github.com/chanxuehong/util v0.0.0-20171207024540-00a36f7ea877
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/garyburd/redigo v1.6.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuild/log v1.0.0
github.com/hyperboloide/lk v0.0.0-20200412230107-b7ff65916135
github.com/json-iterator/go v1.1.10
github.com/juusechec/jwt-beego v0.0.0-20180206200454-c8c7c4585066
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/signintech/gopdf v0.9.7
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518
github.com/swaggo/swag v1.6.6
github.com/tealeg/xlsx v1.0.5
github.com/urfave/cli v1.22.4
github.com/yunpian/yunpian-go-sdk v0.0.0-20171206021512-2193bf8a7459
go.starlark.net v0.0.0-20200723213555-f21d2f77688f // indirect
golang.org/x/arch v0.0.0-20200511175325-f7c78586839d // indirect
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
gopkg.in/chanxuehong/wechat.v2 v2.0.0-20180204044337-f77f6157f681
gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737
gopkg.in/ini.v1 v1.57.0 // indirect
)