diff --git a/openfeature/provider_tests/go-integration-tests/go.mod b/openfeature/provider_tests/go-integration-tests/go.mod index 5416e927d34..969e01e1b18 100644 --- a/openfeature/provider_tests/go-integration-tests/go.mod +++ b/openfeature/provider_tests/go-integration-tests/go.mod @@ -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 ) diff --git a/openfeature/provider_tests/go-integration-tests/go.sum b/openfeature/provider_tests/go-integration-tests/go.sum index f952b26c6fc..2ab201ce734 100644 --- a/openfeature/provider_tests/go-integration-tests/go.sum +++ b/openfeature/provider_tests/go-integration-tests/go.sum @@ -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=