Skip to content

Commit

Permalink
chore(dependabot): bump github.com/thomaspoignant/go-feature-flag fro…
Browse files Browse the repository at this point in the history
…m 1.33.0 to 1.40.0 (#924)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Milos Tomic <milos.tomic@sap.com>
  • Loading branch information
dependabot[bot] and tmilos77 authored Dec 23, 2024
1 parent c9fad48 commit fdf7fee
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 49 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/prometheus/client_golang v1.20.5
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/thomaspoignant/go-feature-flag v1.33.0
github.com/thomaspoignant/go-feature-flag v1.40.0
github.com/tidwall/gjson v1.17.1
github.com/tidwall/sjson v1.2.5
go.uber.org/zap v1.27.0
Expand Down Expand Up @@ -107,7 +107,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -128,9 +128,9 @@ require (
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
Expand Down
Loading

0 comments on commit fdf7fee

Please sign in to comment.