mirror of
https://github.com/Luzifer/culmqtt.git
synced 2024-11-09 22:40:07 +00:00
16 lines
548 B
Modula-2
16 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
|
|
)
|