mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-02 06:18:33 +00:00
26 lines
980 B
Modula-2
26 lines
980 B
Modula-2
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 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
|
|
github.com/shirou/gopsutil v2.18.12+incompatible
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tidwall/gjson v1.3.0
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd // indirect
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
|
|
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
|
|
)
|