forked from yakumo-saki/b-route-reader-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 759 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
23
24
25
module github.com/yakumo-saki/b-route-reader-go
go 1.18
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.27.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
go.bug.st/serial v1.6.2
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)