-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (37 loc) · 1.49 KB
/
Copy pathgo.mod
File metadata and controls
42 lines (37 loc) · 1.49 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
35
36
37
38
39
40
41
42
module github.com/enbility/eebus-go
go 1.24.1
toolchain go1.24.4
require (
github.com/enbility/ship-go v0.6.1-0.20260518113001-134687068e3c
github.com/enbility/spine-go v0.7.1-0.20260520153416-0104ce40c885
github.com/stretchr/testify v1.11.1
golang.org/x/exp/jsonrpc2 v0.0.0-20240909161429-701f63a606c0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
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/gorilla/websocket v1.5.3 // indirect
github.com/govalues/decimal v0.1.36 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rickb777/period v1.0.22 // indirect
github.com/rickb777/plural v1.4.7 // indirect
github.com/stretchr/objx v0.5.3 // indirect
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
go.uber.org/mock v0.6.0 // indirect
golang.org/x/exp/event v0.0.0-20220217172124-1812c5b45e43 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/tools v0.42.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
retract (
v0.2.2 // Contains retractions only.
v0.2.1 // Published accidentally.
)