-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.08 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
module github.com/injoyai/io
go 1.18
require (
github.com/eclipse/paho.mqtt.golang v1.4.2
github.com/goburrow/serial v0.1.0
github.com/gorilla/websocket v1.5.0
github.com/injoyai/base v1.0.12
github.com/injoyai/conv v1.1.5
github.com/injoyai/logs v1.0.7
github.com/rabbitmq/amqp091-go v1.10.0
go.bug.st/serial v1.5.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)