1
0
mirror of https://github.com/Luzifer/culmqtt.git synced 2024-09-19 15:23:05 +00:00
culmqtt/go.mod
Knut Ahlers e617b92069
Properly check for errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-02-09 00:44:14 +01:00

17 lines
548 B
Modula-2

module github.com/Luzifer/culmqtt
go 1.15
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/eclipse/paho.mqtt.golang v1.3.2
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)