This commit is contained in:
joy.zhou
2019-07-11 12:39:13 +08:00
parent 7bce53fa2b
commit 9067eb88b2
805 changed files with 103301 additions and 241308 deletions

4
go.mod
View File

@@ -3,10 +3,11 @@ module github.com/fhmq/hmq
go 1.12
require (
github.com/Shopify/sarama v1.23.0
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/bitly/go-simplejson v0.5.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fsnotify/fsnotify v1.4.7
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
github.com/shirou/gopsutil v2.18.12+incompatible
@@ -19,5 +20,4 @@ require (
golang.org/x/net v0.0.0-20190424024845-afe8014c977f
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
golang.org/x/tools v0.0.0-20190424031103-cb2dda6eabdf // indirect
github.com/Shopify/sarama v1.23.0
)