diff --git a/openfeature/provider_tests/go-integration-tests/go.mod b/openfeature/provider_tests/go-integration-tests/go.mod index 709b71613bf..4f0824c380d 100644 --- a/openfeature/provider_tests/go-integration-tests/go.mod +++ b/openfeature/provider_tests/go-integration-tests/go.mod @@ -4,7 +4,7 @@ go 1.22.5 require ( github.com/open-feature/go-sdk v1.14.1 - github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.1 + github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.2 github.com/stretchr/testify v1.10.0 ) diff --git a/openfeature/provider_tests/go-integration-tests/go.sum b/openfeature/provider_tests/go-integration-tests/go.sum index 215883875fe..da4f7ef23b6 100644 --- a/openfeature/provider_tests/go-integration-tests/go.sum +++ b/openfeature/provider_tests/go-integration-tests/go.sum @@ -13,8 +13,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/open-feature/go-sdk v1.14.1 h1:jcxjCIG5Up3XkgYwWN5Y/WWfc6XobOhqrIwjyDBsoQo= github.com/open-feature/go-sdk v1.14.1/go.mod h1:t337k0VB/t/YxJ9S0prT30ISUHwYmUd/jhUZgFcOvGg= -github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.1 h1:gSOuM77DaqDRmXRxxYpefHqquafnU+1OoIT7umew6iU= -github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.1/go.mod h1:q2VhNjhNzet8gPQQ3kH9Bwj1v71YaHL3ge7503ll4rE= +github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.2 h1:shnvK5jfVX84L8g5ISbgbdMjIHjMBlqwiB94J5T8Qso= +github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.2.2/go.mod h1:q2VhNjhNzet8gPQQ3kH9Bwj1v71YaHL3ge7503ll4rE= github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.4 h1:BElq1EOES8DfLjW6UIFMNVG7w9MzoeC7JpD/1rXouhk= github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.4/go.mod h1:jrD4UG3ZCzuwImKHlyuIN2iWeYjlOX5+zJ/sX45efuE= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=