import viper

This commit is contained in:
2025-01-20 19:50:00 +08:00
parent 2c74372f38
commit ac288f01ca
4 changed files with 786 additions and 44 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
"github.com/cloudwego/kitex/pkg/klog"
"github.com/kr/pretty"
_ "github.com/spf13/viper"
_ "github.com/spf13/viper/remote"
"gopkg.in/validator.v2"
"gopkg.in/yaml.v2"
)