-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.14 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.14 KB
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
module github.com/injoyai/io
go 1.20
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.2.3
github.com/injoyai/conv v1.2.1
github.com/injoyai/logs v1.0.9
github.com/rabbitmq/amqp091-go v1.10.0
github.com/satori/go.uuid v1.2.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/kr/pretty v0.3.1 // 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
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
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)