1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-28 13:48:50 +08:00
mqttcli/go.mod
dependabot[bot] 6ce52f2dae
Bump github.com/urfave/cli/v2 from 2.4.4 to 2.4.8
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.4 to 2.4.8.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.4.4...v2.4.8)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 09:23:19 +00:00

20 lines
657 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.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-colorable v0.1.12
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.4.8
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)