mirror of
https://github.com/shirou/mqttcli.git
synced 2025-04-28 13:48:50 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/bitly/go-simplejson](https://github.com/bitly/go-simplejson) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/bitly/go-simplejson/releases) - [Commits](https://github.com/bitly/go-simplejson/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/bitly/go-simplejson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
616 B
Modula-2
20 lines
616 B
Modula-2
module github.com/shirou/mqttcli
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Sirupsen/logrus v1.0.5
|
|
github.com/bitly/go-simplejson v0.5.1
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
|
github.com/mattn/go-colorable v0.1.13
|
|
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.25.1
|
|
golang.org/x/text v0.3.8 // indirect
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|