Skip to content

Commit e052a82

Browse files
fix(deps): update module github.com/spf13/viper to v1.18.2
1 parent d27b74b commit e052a82

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cmd/blob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/labstack/gommon v0.4.0
99
github.com/minio/minio-go/v7 v7.0.66
1010
github.com/sixwaaaay/must v0.1.0
11-
github.com/spf13/viper v1.15.0
11+
github.com/spf13/viper v1.18.2
1212
)
1313

1414
require (

cmd/shauser/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/sixwaaaay/token v0.1.1
1515
github.com/sixwaaaay/token/rpc v0.0.0-20231226141924-56a2e6246033
1616
github.com/sony/sonyflake v1.2.0
17-
github.com/spf13/viper v1.18.1
17+
github.com/spf13/viper v1.18.2
1818
github.com/stretchr/testify v1.8.4
1919
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1
2020
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1

cmd/shauser/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
111111
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
112112
github.com/spf13/viper v1.18.1 h1:rmuU42rScKWlhhJDyXZRKJQHXFX02chSVW1IvkPGiVM=
113113
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=
114116
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
115117
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
116118
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=

0 commit comments

Comments
 (0)