Skip to content

Commit 3cfb052

Browse files
authoredApr 19, 2024··
fix(deps): update module github.com/open-feature/flagd/core to v0.9.0 (#1281)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-feature/flagd/core](https://togithub.com/open-feature/flagd) | `v0.8.2` -> `v0.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-feature%2fflagd%2fcore/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-feature%2fflagd%2fcore/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-feature%2fflagd%2fcore/v0.8.2/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-feature%2fflagd%2fcore/v0.8.2/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b473457 commit 3cfb052

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
@@ -9,7 +9,7 @@ require (
99
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.33.0-20240215170432-1e611e2999cc.1
1010
github.com/dimiro1/banner v1.1.0
1111
github.com/mattn/go-colorable v0.1.13
12-
github.com/open-feature/flagd/core v0.8.2
12+
github.com/open-feature/flagd/core v0.9.0
1313
github.com/prometheus/client_golang v1.19.0
1414
github.com/spf13/cobra v1.8.0
1515
github.com/spf13/viper v1.18.2

‎flagd/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/dimiro1/banner v1.1.0
1313
github.com/gorilla/mux v1.8.1
1414
github.com/mattn/go-colorable v0.1.13
15-
github.com/open-feature/flagd/core v0.8.2
15+
github.com/open-feature/flagd/core v0.9.0
1616
github.com/prometheus/client_golang v1.19.0
1717
github.com/rs/cors v1.10.1
1818
github.com/rs/xid v1.5.0

0 commit comments

Comments
 (0)
Please sign in to comment.