Improve MQTT token registration retry (#8397)

This commit is contained in:
Harshavardhana
2019-10-15 19:39:14 -07:00
committed by GitHub
parent d48fd6fde9
commit f2cc97a44c
5 changed files with 188 additions and 23 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/djherbis/atime v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/eclipse/paho.mqtt.golang v1.1.2-0.20190322152051-20337d8c3947
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.1.0