Skip to content

Commit fd5d62b

Browse files
fix(deps): update module github.com/spf13/viper to v1.20.1
1 parent c05ba13 commit fd5d62b

File tree

2 files changed

+118
-1
lines changed

2 files changed

+118
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/russross/blackfriday/v2 v2.1.0
2323
github.com/satori/go.uuid v1.2.0
2424
github.com/sirupsen/logrus v1.9.3
25-
github.com/spf13/viper v1.20.0
25+
github.com/spf13/viper v1.20.1
2626
gorm.io/driver/mysql v1.5.7
2727
mvdan.cc/xurls/v2 v2.6.0
2828
)
@@ -66,6 +66,7 @@ require (
6666
github.com/bytedance/sonic v1.12.7 // indirect
6767
github.com/bytedance/sonic/loader v0.2.2 // indirect
6868
github.com/cloudwego/base64x v0.1.4 // indirect
69+
github.com/dgraph-io/ristretto v0.1.0 // indirect
6970
github.com/felixge/fgprof v0.9.5 // indirect
7071
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
7172
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)