forked from enbility/cemd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.21 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/enbility/cemd
go 1.21.1
require (
github.com/enbility/eebus-go v0.0.0-20240228123408-4437d35c805b
github.com/enbility/ship-go v0.0.0-20240228111631-eaf1f283f9b9
github.com/enbility/spine-go v0.0.0-20240228085027-5102eacf33f3
github.com/stretchr/testify v1.8.4
)
require (
github.com/ahmetb/go-linq/v3 v3.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/enbility/zeroconf/v2 v2.0.0-20240210101930-d0004078577b // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/holoplot/go-avahi v0.0.0-20240210093433-b8dc0fc11e7e // indirect
github.com/miekg/dns v1.1.58 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rickb777/date v1.20.5 // indirect
github.com/rickb777/plural v1.4.1 // indirect
github.com/stretchr/objx v0.5.1 // indirect
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)