fix: SSH storage key identitify file

This commit is contained in:
2024-12-07 20:27:09 +01:00
parent 5cca957009
commit 324c5df69c
4 changed files with 59 additions and 56 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.23.2
require (
github.com/go-mail/mail v2.3.1+incompatible
github.com/jkaninda/encryptor v0.0.0-20241013064832-ed4bd6a1b221
github.com/jkaninda/go-storage v0.1.2
github.com/jkaninda/go-storage v0.1.3
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v3 v3.0.1