2020-12-30 21:22:36 +09:00
|
|
|
module github.com/shirou/mqttcli
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Sirupsen/logrus v1.0.5
|
|
|
|
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.1.1
|
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
2021-09-21 09:18:46 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.9
|
2020-12-30 21:22:36 +09:00
|
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
|
|
)
|