Fix Wake-on-LAN: Implement custom WOL with OS-specific broadcast support
This commit is contained in:
2
go.mod
2
go.mod
@ -4,6 +4,7 @@ go 1.21
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.9.1
|
||||
golang.org/x/sys v0.9.0
|
||||
modernc.org/sqlite v1.28.0
|
||||
)
|
||||
|
||||
@ -33,7 +34,6 @@ require (
|
||||
golang.org/x/crypto v0.9.0 // indirect
|
||||
golang.org/x/mod v0.8.0 // indirect
|
||||
golang.org/x/net v0.10.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
golang.org/x/tools v0.6.0 // indirect
|
||||
google.golang.org/protobuf v1.30.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user