Skip to content

Commit

Permalink
fix(deps): update module github.com/bufbuild/connect-go to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2023
1 parent 36e0f28 commit 73bd30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
buf.build/gen/go/open-feature/flagd/bufbuild/connect-go v1.3.1-20221205151127-0e915b34a38d.1
buf.build/gen/go/open-feature/flagd/grpc/go v1.2.0-20221205151127-0e915b34a38d.4
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.28.1-20221205151127-0e915b34a38d.4
github.com/bufbuild/connect-go v1.3.1
github.com/bufbuild/connect-go v1.4.1
github.com/diegoholiveira/jsonlogic/v3 v3.2.6
github.com/dimiro1/banner v1.1.0
github.com/fsnotify/fsnotify v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bufbuild/connect-go v1.3.1 h1:doJP6Q8Ypg6haUT2IAZJPWHUN9rAUp+F9MfK7yhu1zs=
github.com/bufbuild/connect-go v1.3.1/go.mod h1:9iNvh/NOsfhNBUH5CtvXeVUskQO1xsrEviH7ZArwZ3I=
github.com/bufbuild/connect-go v1.4.1 h1:6usL3JGjKhxQpvDlizP7u8VfjAr1JkckcAUbrdcbgNY=
github.com/bufbuild/connect-go v1.4.1/go.mod h1:9iNvh/NOsfhNBUH5CtvXeVUskQO1xsrEviH7ZArwZ3I=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
Expand Down

1 comment on commit 73bd30c

@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: 73bd30c Previous: 2ec61c6 Ratio
BenchmarkResolveBooleanValue/test_targetingBoolFlag 15610 ns/op 4801 B/op 80 allocs/op 11608 ns/op 4801 B/op 80 allocs/op 1.34
BenchmarkResolveBooleanValue/test_staticObjectFlag 1547 ns/op 80 B/op 4 allocs/op 1147 ns/op 80 B/op 4 allocs/op 1.35
BenchmarkResolveFloatValue/test_targetingFloatFlag 15728 ns/op 4841 B/op 82 allocs/op 12078 ns/op 4841 B/op 82 allocs/op 1.30

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

Please sign in to comment.