File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ module github.com/thomaspoignant/go-feature-flag/cmd/wasm
33go 1.24.6
44
55require (
6- github.com/thomaspoignant/go-feature-flag/modules/core v0.2 .0
6+ github.com/thomaspoignant/go-feature-flag/modules/core v0.3 .0
77 github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.3
88)
99
10- require github.com/rogpeppe/go-internal v1.14.1 // indirect
11-
1210require (
1311 github.com/GeorgeD19/json-logic-go v0.0.0-20220225111652-48cc2d2c387e // indirect
1412 github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU
2929github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
3030github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
3131github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
32- github.com/thomaspoignant/go-feature-flag/modules/core v0.2 .0 h1:PkbnFMigH1VRF8nj8RVKyoVK36sjR2doBlJ/i2+hC4g =
33- github.com/thomaspoignant/go-feature-flag/modules/core v0.2 .0 /go.mod h1:WvPwGQdqVj+qzPsT4e6kSwX/4cU7FG/qF/PkbTxPsbM =
32+ github.com/thomaspoignant/go-feature-flag/modules/core v0.3 .0 h1:+ICnCu4JPeUGAHQn6kKq0NZe+loTcMF850ParZInUFU =
33+ github.com/thomaspoignant/go-feature-flag/modules/core v0.3 .0 /go.mod h1:zWMkWi2uP1GSG/p/GLDmQ89hNFqOg8sVt+Q/fmh3cvs =
3434github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.3 h1:SNjxEdnXriGSk0KWxWV7ANzoDGHYzc7GCi5jEt0EkCg =
3535github.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 =
You can’t perform that action at this time.
0 commit comments