From aa3450cf30be88ddd221911a44a85c2d1e96e7dd Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Tue, 23 Jun 2020 16:45:00 +0100 Subject: use the library versions of catbus & logger --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 6b5cbb8..01b1d95 100644 --- a/go.mod +++ b/go.mod @@ -9,5 +9,7 @@ go 1.14 require ( github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/sirupsen/logrus v1.6.0 + go.eth.moe/catbus v0.0.0-20200623152511-b8209be849b8 + go.eth.moe/logger v0.0.0-20200623151751-52b7892858e7 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect ) -- cgit v1.2.3