Skip to content

Commit bcc2986

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flagd-proxy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/open-feature/flagd/core v0.11.2
1313
github.com/prometheus/client_golang v1.21.1
1414
github.com/spf13/cobra v1.9.1
15-
github.com/spf13/viper v1.19.0
15+
github.com/spf13/viper v1.20.1
1616
go.opentelemetry.io/otel/exporters/prometheus v0.57.0
1717
go.opentelemetry.io/otel/metric v1.35.0
1818
go.opentelemetry.io/otel/sdk/metric v1.35.0

flagd/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/rs/xid v1.6.0
1919
github.com/spf13/cobra v1.9.1
2020
github.com/spf13/pflag v1.0.6
21-
github.com/spf13/viper v1.19.0
21+
github.com/spf13/viper v1.20.1
2222
github.com/stretchr/testify v1.10.0
2323
go.opentelemetry.io/otel v1.35.0
2424
go.opentelemetry.io/otel/sdk v1.35.0

0 commit comments

Comments
 (0)