Support authentication and auto-UPS-ID-detection

This commit is contained in:
2025-12-13 19:18:37 -05:00
parent 47a2a02e90
commit 7b38b6a4e2
5 changed files with 97 additions and 24 deletions
+7 -2
View File
@@ -1,8 +1,13 @@
module unifi-shutd
go 1.25.2
go 1.25.5
require (
github.com/rwinkhart/go-boilerplate v0.1.0
github.com/rwinkhart/uni-nut v1.1.1
github.com/rwinkhart/uni-nut v1.2.0
)
require (
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
)