Skip to content

Commit

Permalink
fix(deps): update module github.com/rs/cors to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2023
1 parent 0fbd30f commit c983fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/open-feature/schemas v0.2.8
github.com/prometheus/client_golang v1.14.0
github.com/robfig/cron v1.2.0
github.com/rs/cors v1.8.3
github.com/rs/cors v1.9.0
github.com/rs/xid v1.4.0
github.com/stretchr/testify v1.8.2
github.com/xeipuuv/gojsonschema v1.2.0
Expand All @@ -27,6 +27,7 @@ require (
go.opentelemetry.io/otel/metric v0.37.0
go.opentelemetry.io/otel/sdk v1.14.0
go.opentelemetry.io/otel/sdk/metric v0.37.0
go.opentelemetry.io/otel/trace v1.14.0
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
Expand Down Expand Up @@ -82,7 +83,6 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.37.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBO
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/cors v1.9.0 h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE=
github.com/rs/cors v1.9.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
Expand Down

1 comment on commit c983fbc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: c983fbc Previous: 982e691 Ratio
BenchmarkResolveBooleanValue/test_staticBoolFlag 2636 ns/op 304 B/op 7 allocs/op 1569 ns/op 96 B/op 4 allocs/op 1.68
BenchmarkResolveBooleanValue/test_staticObjectFlag 2099 ns/op 304 B/op 7 allocs/op 1437 ns/op 96 B/op 4 allocs/op 1.46
BenchmarkResolveBooleanValue/test_missingFlag 2260 ns/op 368 B/op 9 allocs/op 1634 ns/op 160 B/op 6 allocs/op 1.38
BenchmarkResolveBooleanValue/test_disabledFlag 2269 ns/op 368 B/op 9 allocs/op 1648 ns/op 160 B/op 6 allocs/op 1.38
BenchmarkResolveStringValue/test_staticStringFlag 2141 ns/op 336 B/op 9 allocs/op 1596 ns/op 128 B/op 6 allocs/op 1.34
BenchmarkResolveStringValue/test_staticObjectFlag 2002 ns/op 304 B/op 7 allocs/op 1452 ns/op 96 B/op 4 allocs/op 1.38
BenchmarkResolveStringValue/test_missingFlag 2242 ns/op 368 B/op 9 allocs/op 1698 ns/op 160 B/op 6 allocs/op 1.32
BenchmarkResolveStringValue/test_disabledFlag 2324 ns/op 368 B/op 9 allocs/op 1685 ns/op 160 B/op 6 allocs/op 1.38
BenchmarkResolveIntValue/test_staticIntFlag 2112 ns/op 304 B/op 7 allocs/op 1537 ns/op 96 B/op 4 allocs/op 1.37
BenchmarkResolveIntValue/test_staticObjectFlag 2032 ns/op 304 B/op 7 allocs/op 1420 ns/op 96 B/op 4 allocs/op 1.43
BenchmarkResolveIntValue/test_missingFlag 2189 ns/op 352 B/op 9 allocs/op 1657 ns/op 144 B/op 6 allocs/op 1.32
BenchmarkResolveObjectValue/test_staticBoolFlag 1946 ns/op 304 B/op 7 allocs/op 1441 ns/op 96 B/op 4 allocs/op 1.35
BenchmarkResolveObjectValue/test_disabledFlag 2174 ns/op 368 B/op 9 allocs/op 1659 ns/op 160 B/op 6 allocs/op 1.31
BenchmarkFlag_Evaluation_ResolveBoolean/happy_path 11271 ns/op 2720 B/op 32 allocs/op 8292 ns/op 1368 B/op 20 allocs/op 1.36
BenchmarkFlag_Evaluation_ResolveString/happy_path 11850 ns/op 2736 B/op 32 allocs/op 8014 ns/op 1384 B/op 20 allocs/op 1.48
BenchmarkFlag_Evaluation_ResolveFloat/happy_path 11087 ns/op 2720 B/op 32 allocs/op 7930 ns/op 1368 B/op 20 allocs/op 1.40
BenchmarkFlag_Evaluation_ResolveInt/happy_path 11011 ns/op 2720 B/op 32 allocs/op 7905 ns/op 1368 B/op 20 allocs/op 1.39
BenchmarkFlag_Evaluation_ResolveObject/happy_path 13305 ns/op 3144 B/op 39 allocs/op 10140 ns/op 1792 B/op 27 allocs/op 1.31

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.