-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 946 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 946 Bytes
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 github.com/enbility/ship-go
go 1.24.0
require (
github.com/enbility/go-avahi v0.0.0-20240909195612-d5de6b280d7a
github.com/enbility/zeroconf/v2 v2.0.0-20240920094356-be1cae74fda6
github.com/gorilla/websocket v1.5.3
github.com/sasha-s/go-deadlock v0.3.5
github.com/stretchr/testify v1.11.1
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
go.uber.org/mock v0.6.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.3 // 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
gopkg.in/yaml.v3 v3.0.1 // indirect
)