-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
44 lines (41 loc) · 1.7 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/temoto/vender
go 1.17
require (
github.com/256dpi/gomqtt v0.14.3
github.com/c-bata/go-prompt v0.2.3
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/golang/protobuf v1.3.1
github.com/hashicorp/hcl v1.0.0
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9
github.com/mattn/go-isatty v0.0.7
github.com/paulrosania/go-charset v0.0.0-20151028000031-621bb39fcc83
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
github.com/stretchr/testify v1.5.1
github.com/temoto/alive/v2 v2.0.0
github.com/temoto/atomic_clock v1.0.1
github.com/temoto/extremofile v0.5.0
github.com/temoto/gpio-cdev-go v1.1.0
github.com/temoto/inputevent-go v1.0.0
github.com/temoto/iodin v0.0.0-20190211111721-99c87617ba86
github.com/temoto/spq v0.10.0
golang.org/x/sys v0.5.0
periph.io/x/periph v3.6.4+incompatible
)
require (
github.com/256dpi/mercury v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-tty v0.0.0-20181127064339-e4f871175a2f // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/net v0.7.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)