From 266cf9f82ee8b4a4ba8ad1c0594388d2987a8c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 03:41:11 +0000 Subject: [PATCH] fix(deps): update module github.com/open-feature/go-sdk to v1.8.0 (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/open-feature/go-sdk](https://togithub.com/open-feature/go-sdk) | require | minor | `v1.7.0` -> `v1.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
open-feature/go-sdk (github.com/open-feature/go-sdk) ### [`v1.8.0`](https://togithub.com/open-feature/go-sdk/releases/tag/v1.8.0) [Compare Source](https://togithub.com/open-feature/go-sdk/compare/v1.7.0...v1.8.0) ##### ๐Ÿ› Bug Fixes - **deps:** update module github.com/cucumber/godog to v0.13.0 ([#​210](https://togithub.com/open-feature/go-sdk/issues/210)) ([33c5f2f](https://togithub.com/open-feature/go-sdk/commit/33c5f2f5de478ee7123ccf0ffe594fcaf4d2555b)) - **deps:** update module golang.org/x/text to v0.13.0 ([#​211](https://togithub.com/open-feature/go-sdk/issues/211)) ([d850ebc](https://togithub.com/open-feature/go-sdk/commit/d850ebc5c831ccee5edd490e3c2f019e2188b4ad)) ##### โœจ New Features - run event handlers immediately, add STALE (0.7.0 compliance) ([#​221](https://togithub.com/open-feature/go-sdk/issues/221)) ([9c0012f](https://togithub.com/open-feature/go-sdk/commit/9c0012f6762926489d2763b60e486170fdce9c09)) ##### ๐Ÿงน Chore - bump spec badge in readme to v0.7.0 ([#​223](https://togithub.com/open-feature/go-sdk/issues/223)) ([403275e](https://togithub.com/open-feature/go-sdk/commit/403275e925d5715e8f90d87296b7e3f626f8fb14)) - **deps:** update codecov/codecov-action action to v4 ([#​222](https://togithub.com/open-feature/go-sdk/issues/222)) ([1ac250b](https://togithub.com/open-feature/go-sdk/commit/1ac250bc21996d247c38639eb96099e64b10541c)) - fix golangci-lint version ([#​216](https://togithub.com/open-feature/go-sdk/issues/216)) ([e79382a](https://togithub.com/open-feature/go-sdk/commit/e79382a748fb914e0fa94a61d292e509094cdc46)) - fix logo rendering outside of github ([#​226](https://togithub.com/open-feature/go-sdk/issues/226)) ([e2b3586](https://togithub.com/open-feature/go-sdk/commit/e2b35865b9ca48a5fe772307dd206b46553da51a)) - revert to CodeCov Action to v3 ([#​225](https://togithub.com/open-feature/go-sdk/issues/225)) ([152416d](https://togithub.com/open-feature/go-sdk/commit/152416df30e01fe22112105358481eeb2d03a160)) - sort imports of go files ([#​214](https://togithub.com/open-feature/go-sdk/issues/214)) ([a98950d](https://togithub.com/open-feature/go-sdk/commit/a98950d3f51a1e3ff4660a8ffeb5dcee50876304)) - update comments for named provider related function ([#​213](https://togithub.com/open-feature/go-sdk/issues/213)) ([2e670b2](https://togithub.com/open-feature/go-sdk/commit/2e670b27391e6a1d5b77ad78a18db23e41c43a50)) ##### ๐Ÿ“š Documentation - Update README.md ([#​218](https://togithub.com/open-feature/go-sdk/issues/218)) ([a2ea804](https://togithub.com/open-feature/go-sdk/commit/a2ea804bcf53307ee1e3bf92b52de812d1358a4f)) ##### ๐Ÿ”„ Refactoring - write \[T]Value in terms of \[T]ValueDetails ([#​224](https://togithub.com/open-feature/go-sdk/issues/224)) ([f554876](https://togithub.com/open-feature/go-sdk/commit/f554876e5ed32cdb45aaf396ae2214bad28c3c26))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- flagd/go.mod | 2 +- flagd/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flagd/go.mod b/flagd/go.mod index 32abe8b7c..84ebe5113 100644 --- a/flagd/go.mod +++ b/flagd/go.mod @@ -7,7 +7,7 @@ require ( github.com/dimiro1/banner v1.1.0 github.com/mattn/go-colorable v0.1.13 github.com/open-feature/flagd/core v0.6.7 - github.com/open-feature/go-sdk v1.7.0 + github.com/open-feature/go-sdk v1.8.0 github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.17 github.com/open-feature/go-sdk-contrib/tests/flagd v1.3.1 github.com/spf13/cobra v1.8.0 diff --git a/flagd/go.sum b/flagd/go.sum index 2ac60ea9a..5924efae6 100644 --- a/flagd/go.sum +++ b/flagd/go.sum @@ -690,6 +690,8 @@ github.com/open-feature/flagd/core v0.6.7 h1:60P4VYiNURl+TapDDVz2h05WQaizJ//UHOH github.com/open-feature/flagd/core v0.6.7/go.mod h1:dbg9dy+5mZz3dNgFa1L9x4d/IfisuvZZjwtEwJya5sg= github.com/open-feature/go-sdk v1.7.0 h1:g6o/sf5xaED7xawXwZ0LqE7RS9co7HZJMClXCXmIbgw= github.com/open-feature/go-sdk v1.7.0/go.mod h1:5aV26tEoQuompRa8A6BAGukhi88pRMZsslJJwucGNzs= +github.com/open-feature/go-sdk v1.8.0 h1:jRkP7zeSGC3pSYn/s3EzJSpO9Q6CVP8BOnmvBZYQEa0= +github.com/open-feature/go-sdk v1.8.0/go.mod h1:hpKxVZIJ0b+GpnI8imSJf9nFTcmTb0wWJZTgAS/3giw= github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.16 h1:Itgdo1iSCZkHQ3A6dOzpp8fZU4MRqm9/5HiUO1+bkaQ= github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.16/go.mod h1:inzptmy90VfLUeKyTfqsb2/19u+Heu/ylKuCPl8mvBs= github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.17 h1:Ivx0USjWI2iXq20wEeEhzK+Jck2dwyGY6TxKS9aoutw=