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
22
33go 1.22.7
44
5- toolchain go1.23.6
5+ toolchain go1.24.1
66
77require (
88 buf.build/gen/go/open-feature/flagd/connectrpc/go v1.17.0-20240906125204-0a6a901b42e8.1
@@ -17,6 +17,7 @@ require (
1717 github.com/open-feature/flagd/core v0.11.2
1818 github.com/open-feature/go-sdk v1.11.0
1919 github.com/open-feature/go-sdk-contrib/tests/flagd v1.4.1
20+ github.com/testcontainers/testcontainers-go v0.32.0
2021 go.uber.org/mock v0.5.0
2122 go.uber.org/zap v1.27.0
2223 golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
@@ -72,7 +73,6 @@ require (
7273 github.com/shoenig/go-m1cpu v0.1.6 // indirect
7374 github.com/sirupsen/logrus v1.9.3 // indirect
7475 github.com/spf13/pflag v1.0.5 // indirect
75- github.com/testcontainers/testcontainers-go v0.32.0 // indirect
7676 github.com/tklauser/go-sysconf v0.3.12 // indirect
7777 github.com/tklauser/numcpus v0.6.1 // indirect
7878 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
22
33go 1.22
44
5- toolchain go1.23.4
5+ toolchain go1.24.1
66
77require (
88 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
22
33go 1.21.0
44
5- toolchain go1.22.5
5+ toolchain go1.24.1
66
77require (
88 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=
1414github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
1515github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
1616github.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 =
1719github.com/open-feature/go-sdk v1.14.1 h1:jcxjCIG5Up3XkgYwWN5Y/WWfc6XobOhqrIwjyDBsoQo =
1820github.com/open-feature/go-sdk v1.14.1 /go.mod h1:t337k0VB/t/YxJ9S0prT30ISUHwYmUd/jhUZgFcOvGg =
1921github.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