-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.1 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
module github.com/xiaof-github/kafdrop-go
go 1.13
require (
github.com/Shopify/sarama v1.27.2
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46
github.com/astaxie/beego v1.12.2
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/imroc/req v0.3.0 // indirect
github.com/klauspost/compress v1.11.2 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/optiopay/kafka/v2 v2.1.1
github.com/prometheus/common v0.10.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/shirou/gopsutil/v3 v3.21.4
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/viper v1.7.1
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)