Skip to content

Commit

Permalink
Bump github.com/open-feature/go-sdk (#948)
Browse files Browse the repository at this point in the history
Bumps [github.com/open-feature/go-sdk](https://github.com/open-feature/go-sdk) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/open-feature/go-sdk/releases)
- [Changelog](https://github.com/open-feature/go-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/go-sdk@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/open-feature/go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent c423108 commit 909b05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openfeature/provider_tests/go-integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/thomaspoignant/go-feature-flag/openfeature/provider_tests/go-i
go 1.20

require (
github.com/open-feature/go-sdk v1.5.1
github.com/open-feature/go-sdk v1.6.0
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.23
github.com/stretchr/testify v1.8.4
)
Expand Down
4 changes: 2 additions & 2 deletions openfeature/provider_tests/go-integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/nikunjy/rules v1.2.0 h1:5BhojNDpsHLgFlvVRT8e9wKIPcWehUf4nf+cOKlrRxc=
github.com/nikunjy/rules v1.2.0/go.mod h1:Up4dDdLmEJoIttEZll8NtFuo6EmFrMxAwF0VRLcdlLU=
github.com/open-feature/go-sdk v1.5.1 h1:ja1+XtWwqLqgJSFJ31sh+MCioVW4vWj5ya/e/f81y38=
github.com/open-feature/go-sdk v1.5.1/go.mod h1:yllFTs5yJguao9zdcmYYGJBHTyBGwO2zC+GP2JeFR0o=
github.com/open-feature/go-sdk v1.6.0 h1:9Wi8J77ORVKvm/8d1ZGKI7+/Uq+5JrpxylQ50DvZZnA=
github.com/open-feature/go-sdk v1.6.0/go.mod h1:xR4RHexQNwvE/7IOR0LOiCuH+2wlQyoZwpAc4bp508o=
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.23 h1:ZC70LFfLFSH4nQpZZRIaPUrU1SxVrs8uibsz6PxCqcs=
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.23/go.mod h1:j06ZNh8DVmbZJl4coEZ6KcbPVfajeS9HYQjEWZRtxhM=
github.com/pierrec/lz4/v4 v4.1.15 h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0=
Expand Down

0 comments on commit 909b05f

Please sign in to comment.