update deps

This commit is contained in:
2024-02-09 14:14:48 +01:00
parent ced20801c1
commit 08830113ca
5 changed files with 7 additions and 7 deletions

View File

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