-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.01 KB
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 1.01 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
module controlbox
go 1.25.5
require (
github.com/enbility/eebus-go v0.7.1-0.20260731142702-0aa83d264add
github.com/enbility/ship-go v0.6.1-0.20260518113001-134687068e3c
github.com/enbility/spine-go v0.7.1-0.20260520153416-0104ce40c885
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
)
require (
github.com/enbility/go-avahi v0.0.0-20240909195612-d5de6b280d7a // indirect
github.com/enbility/zeroconf/v2 v2.0.0-20240920094356-be1cae74fda6 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/golanguzb70/lrucache v1.2.0 // indirect
github.com/govalues/decimal v0.1.36 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/rickb777/period v1.0.22 // indirect
github.com/rickb777/plural v1.4.11 // indirect
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/tools v0.49.0 // indirect
)