File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/labstack/gommon v0.4.0
9
9
github.com/minio/minio-go/v7 v7.0.66
10
10
github.com/sixwaaaay/must v0.1.0
11
- github.com/spf13/viper v1.15.0
11
+ github.com/spf13/viper v1.18.2
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/sixwaaaay/token v0.1.1
15
15
github.com/sixwaaaay/token/rpc v0.0.0-20231226141924-56a2e6246033
16
16
github.com/sony/sonyflake v1.2.0
17
- github.com/spf13/viper v1.18.1
17
+ github.com/spf13/viper v1.18.2
18
18
github.com/stretchr/testify v1.8.4
19
19
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1
20
20
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
111
111
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
112
112
github.com/spf13/viper v1.18.1 h1:rmuU42rScKWlhhJDyXZRKJQHXFX02chSVW1IvkPGiVM =
113
113
github.com/spf13/viper v1.18.1 /go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk =
114
+ github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ =
115
+ github.com/spf13/viper v1.18.2 /go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk =
114
116
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
115
117
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
116
118
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c =
You can’t perform that action at this time.
0 commit comments