mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-10 05:36:50 +00:00
add install function
install pem files directly to an apc ups
This commit is contained in:
parent
4c154b2f27
commit
a089d12c87
9 changed files with 392 additions and 51 deletions
5
go.mod
5
go.mod
|
@ -9,7 +9,10 @@ require (
|
|||
golang.org/x/crypto v0.18.0
|
||||
)
|
||||
|
||||
require go.uber.org/multierr v1.11.0 // indirect
|
||||
require (
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
)
|
||||
|
||||
replace apc-p15-tool/cmd => /cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue