File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/open-feature/go-sdk-contrib/providers/flagd
2
2
3
3
go 1.22.7
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
buf.build/gen/go/open-feature/flagd/connectrpc/go v1.17.0-20240906125204-0a6a901b42e8.1
@@ -17,6 +17,7 @@ require (
17
17
github.com/open-feature/flagd/core v0.11.2
18
18
github.com/open-feature/go-sdk v1.11.0
19
19
github.com/open-feature/go-sdk-contrib/tests/flagd v1.4.1
20
+ github.com/testcontainers/testcontainers-go v0.32.0
20
21
go.uber.org/mock v0.5.0
21
22
go.uber.org/zap v1.27.0
22
23
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
@@ -72,7 +73,6 @@ require (
72
73
github.com/shoenig/go-m1cpu v0.1.6 // indirect
73
74
github.com/sirupsen/logrus v1.9.3 // indirect
74
75
github.com/spf13/pflag v1.0.5 // indirect
75
- github.com/testcontainers/testcontainers-go v0.32.0 // indirect
76
76
github.com/tklauser/go-sysconf v0.3.12 // indirect
77
77
github.com/tklauser/numcpus v0.6.1 // indirect
78
78
github.com/twmb/murmur3 v1.1.8 // indirect
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/open-feature/go-sdk-contrib/providers/flagsmith
2
2
3
3
go 1.22
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/Flagsmith/flagsmith-go-client/v3 v3.7.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/open-feature/go-sdk-contrib/providers/go-feature-flag
2
2
3
3
go 1.21.0
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/bluele/gcache v0.0.2
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
14
14
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
15
15
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
16
16
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
17
+ github.com/open-feature/go-sdk v1.11.0 h1:4cp9rXl16ZvlMCef7O+I3vQSXae8DzAF0SfV9mvYInw =
18
+ github.com/open-feature/go-sdk v1.11.0 /go.mod h1:+rkJhLBtYsJ5PZNddAgFILhRAAxwrJ32aU7UEUm4zQI =
17
19
github.com/open-feature/go-sdk v1.14.1 h1:jcxjCIG5Up3XkgYwWN5Y/WWfc6XobOhqrIwjyDBsoQo =
18
20
github.com/open-feature/go-sdk v1.14.1 /go.mod h1:t337k0VB/t/YxJ9S0prT30ISUHwYmUd/jhUZgFcOvGg =
19
21
github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.5 h1:ZdqlGnNwhWf3luhBQlIpbglvcCzjkcuEgOEhYhr5Emc =
You can’t perform that action at this time.
0 commit comments