mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
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/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.8.1 // 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.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
|
golang.org/x/sys v0.0.0-20190730183949-1393eb018365 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
|
|
)
|