aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-20 00:07:24 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-20 00:07:24 +0100
commit23a380865617a3a47d907c5b71c9757c003b5843 (patch)
tree8173fb62fb6fdd9195cc3783ee926bbaa3b7dd72 /go.mod
parenta444e9a687abb610f8c3bf7a5b8125b312a841df (diff)
add structured logging / logfmt
Diffstat (limited to '')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 97c10a6..4a884fa 100644
--- a/go.mod
+++ b/go.mod
@@ -8,5 +8,6 @@ go 1.14
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
+ github.com/sirupsen/logrus v1.6.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
)