diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |