forked from yoo/avrmqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 922 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/yoo/avrmqtt
go 1.13
require (
github.com/JohannWeging/logerr v0.0.0-20181001150856-5e4972caecf8
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/luzifer/rconfig v2.2.0+incompatible
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5 // indirect
github.com/yoo/logerr v0.0.0-20181001150856-5e4972caecf8
github.com/ziutek/telnet v0.0.0-20180329124119-c3b780dc415b
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
gopkg.in/validator.v2 v2.0.0-20191107172027-c3144fdedc21 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)