File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.6
44
55require (
66 github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0
7- github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2
7+ github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.3
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
3131github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3232github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0 h1:PkbnFMigH1VRF8nj8RVKyoVK36sjR2doBlJ/i2+hC4g =
3333github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0 /go.mod h1:WvPwGQdqVj+qzPsT4e6kSwX/4cU7FG/qF/PkbTxPsbM =
34- github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2 h1:oFH0zl8g0r12LQ6obsKn4xIJ5cA3oqPmcYUZMX/5poU =
35- github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2 /go.mod h1:t4FqJ4032GrtI1wknJ/B9MA01tHe/p6GuS4712YE7KY =
34+ github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.3 h1:SNjxEdnXriGSk0KWxWV7ANzoDGHYzc7GCi5jEt0EkCg =
35+ github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.3 /go.mod h1:5o4qtnjCWlXh5D/z59rZm+RSuzfngG2rr5t6de2J0+M =
3636golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM =
3737golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 /go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc =
3838gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments