diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-20 00:07:24 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-20 00:07:24 +0100 |
commit | 23a380865617a3a47d907c5b71c9757c003b5843 (patch) | |
tree | 8173fb62fb6fdd9195cc3783ee926bbaa3b7dd72 /go.mod | |
parent | a444e9a687abb610f8c3bf7a5b8125b312a841df (diff) |
add structured logging / logfmt
Diffstat (limited to '')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |