File tree Expand file tree Collapse file tree 4 files changed +24
-16
lines changed Expand file tree Collapse file tree 4 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/pkg/errors v0.9.1
8
8
github.com/prometheus/client_golang v1.21.1
9
9
github.com/sirupsen/logrus v1.9.3
10
- github.com/spf13/viper v1.20.0
10
+ github.com/spf13/viper v1.20.1
11
11
github.com/stretchr/testify v1.10.0
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
55
55
github.com/spf13/cast v1.7.1 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
56
56
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
57
57
github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
58
- github.com/spf13/viper v1.20.0 h1:zrxIyR3RQIOsarIrgL8+sAvALXul9jeEPa06Y0Ph6vY =
59
- github.com/spf13/viper v1.20.0 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
58
+ github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
59
+ github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
60
60
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
61
61
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
62
62
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ github.com/spf13/cast
85
85
# github.com/spf13/pflag v1.0.6
86
86
## explicit; go 1.12
87
87
github.com/spf13/pflag
88
- # github.com/spf13/viper v1.20.0
88
+ # github.com/spf13/viper v1.20.1
89
89
## explicit; go 1.21.0
90
90
github.com/spf13/viper
91
91
github.com/spf13/viper/internal/encoding/dotenv
You can’t perform that action at this time.
0 commit comments