Skip to content

Commit ba2fb0b

Browse files
chore: Bump core lib (#4242)
1 parent ace13c0 commit ba2fb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/wasm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/thomaspoignant/go-feature-flag/cmd/wasm
33
go 1.24.6
44

55
require (
6-
github.com/thomaspoignant/go-feature-flag/modules/core v0.1.4
6+
github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0
77
github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2
88
)
99

cmd/wasm/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU
2929
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
3030
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
3131
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
32-
github.com/thomaspoignant/go-feature-flag/modules/core v0.1.4 h1:m4ziK5hU5yM1SLknBC+8jZgOcwPLp6I5uSUiC8S0MuY=
33-
github.com/thomaspoignant/go-feature-flag/modules/core v0.1.4/go.mod h1:WvPwGQdqVj+qzPsT4e6kSwX/4cU7FG/qF/PkbTxPsbM=
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=
3434
github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2 h1:oFH0zl8g0r12LQ6obsKn4xIJ5cA3oqPmcYUZMX/5poU=
3535
github.com/thomaspoignant/go-feature-flag/modules/evaluation v0.1.2/go.mod h1:t4FqJ4032GrtI1wknJ/B9MA01tHe/p6GuS4712YE7KY=
3636
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=

0 commit comments

Comments
 (0)