File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ go 1.25.5
55require (
66 github.com/cucumber/godog v0.15.1
77 github.com/open-feature/go-sdk-contrib/providers/flagd v0.3.0
8- github.com/open-feature/go-sdk-contrib/tests/flagd v1.6.0
8+ github.com/open-feature/go-sdk-contrib/tests/flagd v1.7.0
9+ github.com/open-feature/go-sdk-contrib/tests/flagd/v2 v2.0.2
910)
1011
1112require (
@@ -101,7 +102,7 @@ require (
101102 github.com/moby/term v0.5.2 // indirect
102103 github.com/morikuni/aec v1.1.0 // indirect
103104 github.com/open-feature/flagd-schemas v0.2.13 // indirect
104- github.com/open-feature/flagd/core v0.15.5 // indirect
105+ github.com/open-feature/flagd/core v0.16.0 // indirect
105106 github.com/open-feature/go-sdk v1.17.0 // indirect
106107 github.com/opencontainers/go-digest v1.0.0 // indirect
107108 github.com/opencontainers/image-spec v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -318,8 +318,11 @@ github.com/open-feature/flagd-schemas v0.2.13 h1:LzoyQfirfpR8cxI4PKnoFRtpwPjpC/c
318318github.com/open-feature/flagd-schemas v0.2.13 /go.mod h1:C0jnJ4C3j2LzGuqKgLDdTsdfKEWQp6sOHZyxu3QohFU =
319319github.com/open-feature/flagd/core v0.15.5 h1:qZE9BycZKSbD8oS8fDwXH+aZBhXi4JQDGyetJhkuVik =
320320github.com/open-feature/flagd/core v0.15.5 /go.mod h1:1SsHbYWrpcEgmFmCpJOMQyD99r5+nhQ4122bV6EfWXw =
321+ github.com/open-feature/flagd/core v0.16.0 h1:HF3w8g2Jb+KDLZ0ZP+2xh1n+J7eoWudA6izyWOs+Q2Q =
322+ github.com/open-feature/flagd/core v0.16.0 /go.mod h1:1SsHbYWrpcEgmFmCpJOMQyD99r5+nhQ4122bV6EfWXw =
321323github.com/open-feature/go-sdk v1.17.0 h1:/OUBBw5d9D61JaNZZxb2Nnr5/EJrEpjtKCTY3rspJQk =
322324github.com/open-feature/go-sdk v1.17.0 /go.mod h1:lPxPSu1UnZ4E3dCxZi5gV3et2ACi8O8P+zsTGVsDZUw =
325+ github.com/open-feature/go-sdk-contrib/tests/flagd/v2 v2.0.2 /go.mod h1:oRuJpK7H5Alg8D3xGU2f/xJK/UqUqODIwhLMol6yo1Q =
323326github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
324327github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
325328github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
You can’t perform that action at this time.
0 commit comments