Skip to content

Commit b0dffc1

Browse files
committed
Update paho.mqtt.golang dependency.
This moves paho.mqtt.golang to the lastest master as 1.1.1 is really outdated and contains several issues. Closes #103.
1 parent f4ebe22 commit b0dffc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
name = "github.com/brocaar/lorawan"
1111

1212
[[constraint]]
13+
# we need the master branch as 1.1.1 contains a bug which could cause a deadlock:
14+
# https://github.com/eclipse/paho.mqtt.golang/commit/20fd5cb1c3bb6bf5419a5fc2627b210d0d4ca2ce#diff-ac704b2e102a5731d9d1b1707d3bc7a1
15+
branch = "master"
1316
name = "github.com/eclipse/paho.mqtt.golang"
14-
version = "v1.1.1"
1517

1618
[[constraint]]
1719
name = "github.com/sirupsen/logrus"

0 commit comments

Comments
 (0)