update deps (#353)

This commit is contained in:
2024-02-09 14:18:24 +01:00
committed by GitHub
parent 24220f6b62
commit b5604b8b9f
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