2020-12-30 21:22:36 +09:00
|
|
|
module github.com/shirou/mqttcli
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Sirupsen/logrus v1.0.5
|
2023-06-07 09:58:42 +00:00
|
|
|
github.com/bitly/go-simplejson v0.5.1
|
2022-10-25 09:14:18 +00:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
2022-08-15 09:16:58 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13
|
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
|
2023-03-27 09:59:01 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.1
|
2023-05-16 14:51:03 +00:00
|
|
|
golang.org/x/text v0.3.8 // indirect
|
2020-12-30 21:22:36 +09:00
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
2022-07-21 09:17:39 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-12-30 21:22:36 +09:00
|
|
|
)
|