Skip to content

Commit a1f00c5

Browse files
chore(dependency): Bump module modules/core 0.3.0 (#4441)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 2097425 commit a1f00c5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

modules/evaluation/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.6
44

55
require (
66
github.com/stretchr/testify v1.11.1
7-
github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0
7+
github.com/thomaspoignant/go-feature-flag/modules/core v0.3.0
88
)
99

1010
require (
@@ -17,7 +17,6 @@ require (
1717
github.com/kr/text v0.2.0 // indirect
1818
github.com/nikunjy/rules v1.5.0 // indirect
1919
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
20-
github.com/rogpeppe/go-internal v1.14.1 // indirect
2120
github.com/spf13/cast v1.3.0 // indirect
2221
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
2322
gopkg.in/yaml.v3 v3.0.1 // indirect

modules/evaluation/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU
3030
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
3131
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
3232
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
33-
github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0 h1:PkbnFMigH1VRF8nj8RVKyoVK36sjR2doBlJ/i2+hC4g=
34-
github.com/thomaspoignant/go-feature-flag/modules/core v0.2.0/go.mod h1:WvPwGQdqVj+qzPsT4e6kSwX/4cU7FG/qF/PkbTxPsbM=
33+
github.com/thomaspoignant/go-feature-flag/modules/core v0.3.0 h1:+ICnCu4JPeUGAHQn6kKq0NZe+loTcMF850ParZInUFU=
34+
github.com/thomaspoignant/go-feature-flag/modules/core v0.3.0/go.mod h1:zWMkWi2uP1GSG/p/GLDmQ89hNFqOg8sVt+Q/fmh3cvs=
3535
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
3636
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
3737
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)