aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-07-13 23:42:52 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-07-13 23:42:52 +0100
commit34872fa3332f69600721860aa4c830c230ebdf87 (patch)
tree6c4ee0629da26a05c2fb9a7c9004e78a36c9dc8f /go.mod
parent84cab608ff289ca3b6693ca8355ddc3afd62592d (diff)
add initial MQTT publish support
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 02ea314..c70bf9e 100644
--- a/go.mod
+++ b/go.mod
@@ -7,8 +7,10 @@ module go.eth.moe/dispatch
go 1.14
require (
+ github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/gorilla/mux v1.7.4
go.eth.moe/flag v0.0.2
go.eth.moe/httputil v0.0.5
go.eth.moe/logger v0.0.1
+ golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
)