add ssh & update deps

This commit is contained in:
2022-03-12 14:13:29 +01:00
parent 71601ae7a6
commit 8a713e497d
5 changed files with 349 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.5.6"
const VERSION = "1.5.7"
type OptionMap map[string][]interface{}
type Options map[string]OptionMap