diff --git a/openfeature/provider_tests/go-integration-tests/go.mod b/openfeature/provider_tests/go-integration-tests/go.mod index 7c93094574d..243ab3f9b9f 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.20 require ( github.com/open-feature/go-sdk v1.8.0 - github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.29 + github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.30 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 2f233a4a9eb..a1a686595c6 100644 --- a/openfeature/provider_tests/go-integration-tests/go.sum +++ b/openfeature/provider_tests/go-integration-tests/go.sum @@ -50,8 +50,8 @@ 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.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/go-feature-flag v0.1.29 h1:ZUBukpN4OYyaOlF8pWTwWWE6hErTTHnFRGKzUwNidLk= -github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.29/go.mod h1:8x35YzVKSGSa4jqJkiuN9Trig4Ks3lnS8ROKNp/H3BI= +github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.30 h1:By245Hvn0V1k//HP2gJglUIOqYF2HdWg4usFHYDg45o= +github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.30/go.mod h1:vWQGLj/LPYo3wk2fljpqy3Pmf4waYNZErra2fF6m8Ko= github.com/pierrec/lz4/v4 v4.1.15 h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=