Skip to content

Commit

Permalink
Update paho.mqtt.golang (influxdata#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
glinton authored and Mathieu Lecarme committed Apr 17, 2020
1 parent e2d57ef commit f6ae314
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

[[constraint]]
name = "github.com/eclipse/paho.mqtt.golang"
version = "~1.1.1"
version = "1"

[[constraint]]
name = "github.com/go-sql-driver/mysql"
Expand Down
4 changes: 4 additions & 0 deletions plugins/inputs/mqtt_consumer/mqtt_consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ func (m *message) Duplicate() bool {
return m.duplicate
}

func (m *message) Ack() {
return
}

func (m *message) Qos() byte {
return m.qos
}
Expand Down

0 comments on commit f6ae314

Please sign in to comment.