-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 837 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (22 loc) · 837 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
module github.com/codeshelldev/wol-client
go 1.26.5
require github.com/google/uuid v1.6.0
require (
github.com/codeshelldev/gotl/pkg/jsonutils v0.0.4 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 // indirect
github.com/mdlayher/packet v1.1.2 // indirect
github.com/mdlayher/socket v0.6.1 // 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
)
require (
github.com/codeshelldev/gotl/pkg/docker v0.0.2
github.com/codeshelldev/gotl/pkg/logger v0.0.22
github.com/gorilla/websocket v1.5.3
github.com/mdlayher/wol v0.0.0-20220221231636-b763a792253a
github.com/prometheus-community/pro-bing v0.9.1
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.28.0 // indirect
)