Skip to content

Commit

Permalink
fix(deps): update module buf.build/gen/go/open-feature/flagd/grpc/go …
Browse files Browse the repository at this point in the history
…to v1.3.0-20230720212818-3675556880a1.1
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent 777b28b commit 4d94323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
buf.build/gen/go/open-feature/flagd/bufbuild/connect-go v1.9.0-20230720212818-3675556880a1.1
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230710190440-2333a9579c1a.1
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230720212818-3675556880a1.1
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20230720212818-3675556880a1.1
github.com/bufbuild/connect-go v1.10.0
github.com/bufbuild/connect-opentelemetry-go v0.4.0
Expand Down
3 changes: 3 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ buf.build/gen/go/open-feature/flagd/bufbuild/connect-go v1.9.0-20230720212818-36
buf.build/gen/go/open-feature/flagd/bufbuild/connect-go v1.9.0-20230720212818-3675556880a1.1/go.mod h1:7EjC+x8QSHYXzDCeYfDN3mS/46eboAZLXChIe8iUrF8=
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230710190440-2333a9579c1a.1 h1:P20N6hN+bx4U9Iccb0dkmvHO+H2lUwdm6QDI57o5U8s=
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230710190440-2333a9579c1a.1/go.mod h1:+lhRQ8QpGLbYqHVf4S9cNpKwytWTyXmcmOoeBPqXm94=
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230720212818-3675556880a1.1 h1:R5Jw8iYxFojbU1Jvlm+izPvo9Lg1sbty7cKp4CTKmBQ=
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230720212818-3675556880a1.1/go.mod h1:eTn6f/OWstQmY5tgXxRg7hZmmxSqXvyRDIz15jnYAfg=
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.28.1-20230710190440-2333a9579c1a.4/go.mod h1:+Bnrjo56uVn/aBcLWchTveR8UeCj+KSJN4fE0xSmBNc=
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.28.1-20230720212818-3675556880a1.4/go.mod h1:+Bnrjo56uVn/aBcLWchTveR8UeCj+KSJN4fE0xSmBNc=
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20230720212818-3675556880a1.1 h1:4KG4mmtBU0USgznO6QuhB3oTnCrlI+ayBaGjRfgsXeM=
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20230720212818-3675556880a1.1/go.mod h1:kmgvCcQsQkpZ5yNLgO2B22ysHjnfm3IyzymmFHB60vY=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
Expand Down

1 comment on commit 4d94323

@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: 4d94323 Previous: c74103f Ratio
BenchmarkResolveBooleanValue/test_targetingBoolFlag - ns/op 19708 ns/op 12901 ns/op 1.53
BenchmarkResolveFloatValue/test:_targetingFloatFlag - ns/op 17563 ns/op 13179 ns/op 1.33
BenchmarkFlag_Evaluation_ResolveBoolean/happy_path - ns/op 17194 ns/op 11994 ns/op 1.43
BenchmarkFlag_Evaluation_ResolveString/happy_path - ns/op 17472 ns/op 11559 ns/op 1.51
BenchmarkFlag_Evaluation_ResolveFloat/happy_path - ns/op 17500 ns/op 11386 ns/op 1.54

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

Please sign in to comment.