We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05ba13 commit fd5d62bCopy full SHA for fd5d62b
go.mod
@@ -22,7 +22,7 @@ require (
22
github.com/russross/blackfriday/v2 v2.1.0
23
github.com/satori/go.uuid v1.2.0
24
github.com/sirupsen/logrus v1.9.3
25
- github.com/spf13/viper v1.20.0
+ github.com/spf13/viper v1.20.1
26
gorm.io/driver/mysql v1.5.7
27
mvdan.cc/xurls/v2 v2.6.0
28
)
@@ -66,6 +66,7 @@ require (
66
github.com/bytedance/sonic v1.12.7 // indirect
67
github.com/bytedance/sonic/loader v0.2.2 // indirect
68
github.com/cloudwego/base64x v0.1.4 // indirect
69
+ github.com/dgraph-io/ristretto v0.1.0 // indirect
70
github.com/felixge/fgprof v0.9.5 // indirect
71
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
72
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
0 commit comments