File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/open-feature/go-sdk
33go 1.24.0
44
55require (
6- github.com/cucumber/godog v0.15.0
6+ github.com/cucumber/godog v0.15.1
77 github.com/go-logr/logr v1.4.3
88 go.uber.org/mock v0.5.2
99 golang.org/x/text v0.26.0
@@ -16,5 +16,5 @@ require (
1616 github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
1717 github.com/hashicorp/go-memdb v1.3.4 // indirect
1818 github.com/hashicorp/golang-lru v1.0.2 // indirect
19- github.com/spf13/pflag v1.0.5 // indirect
19+ github.com/spf13/pflag v1.0.7 // indirect
2020)
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ github.com/cucumber/gherkin/go/v26 v26.2.0 h1:EgIjePLWiPeslwIWmNQ3XHcypPsWAHoMCz
33github.com/cucumber/gherkin/go/v26 v26.2.0 /go.mod h1:t2GAPnB8maCT4lkHL99BDCVNzCh1d7dBhCLt150Nr/0 =
44github.com/cucumber/godog v0.15.0 h1:51AL8lBXF3f0cyA5CV4TnJFCTHpgiy+1x1Hb3TtZUmo =
55github.com/cucumber/godog v0.15.0 /go.mod h1:FX3rzIDybWABU4kuIXLZ/qtqEe1Ac5RdXmqvACJOces =
6+ github.com/cucumber/godog v0.15.1 h1:rb/6oHDdvVZKS66hrhpjFQFHjthFSrQBCOI1LwshNTI =
7+ github.com/cucumber/godog v0.15.1 /go.mod h1:qju+SQDewOljHuq9NSM66s0xEhogx0q30flfxL4WUk8 =
68github.com/cucumber/messages/go/v21 v21.0.1 h1:wzA0LxwjlWQYZd32VTlAVDTkW6inOFmSM+RuOwHZiMI =
79github.com/cucumber/messages/go/v21 v21.0.1 /go.mod h1:zheH/2HS9JLVFukdrsPWoPdmUtmYQAQPLk7w5vWsk5s =
810github.com/cucumber/messages/go/v22 v22.0.0 /go.mod h1:aZipXTKc0JnjCsXrJnuZpWhtay93k7Rn3Dee7iyPJjs =
@@ -37,6 +39,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
3739github.com/spf13/cobra v1.7.0 /go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0 =
3840github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
3941github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
42+ github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
43+ github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
4044github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
4145github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
4246github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments