File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/golang/mock v1.6.0
1010 github.com/kelseyhightower/envconfig v1.4.0
1111 github.com/open-feature/flagd-schemas v0.2.9-0.20250529171004-2852d7772e6b
12- github.com/open-feature/open-feature-operator/api v0.2.45
12+ github.com/open-feature/open-feature-operator/api v0.2.47
1313 github.com/stretchr/testify v1.11.1
1414 github.com/xeipuuv/gojsonschema v1.2.0
1515 go.uber.org/zap v1.27.0
@@ -105,5 +105,3 @@ require (
105105 sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
106106 sigs.k8s.io/yaml v1.4.0 // indirect
107107)
108-
109- replace github.com/open-feature/open-feature-operator/api => ./api
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
101101github.com/onsi/gomega v1.35.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
102102github.com/open-feature/flagd-schemas v0.2.9-0.20250529171004-2852d7772e6b h1:BThJr+zA4uku7BGDkzjwf7eMQZDEdnpXricDphI5y94 =
103103github.com/open-feature/flagd-schemas v0.2.9-0.20250529171004-2852d7772e6b /go.mod h1:WKtwo1eW9/K6D+4HfgTXWBqCDzpvMhDa5eRxW7R5B2U =
104+ github.com/open-feature/open-feature-operator/api v0.2.47 h1:Q8g3Ks63J+AreouX0pn+YMLfoWuQoWfmBb28VCPCxAE =
105+ github.com/open-feature/open-feature-operator/api v0.2.47 /go.mod h1:Y3jZiRdhJu7V96VH8jXuV19yHE/02468NWWtX/ehmf0 =
104106github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
105107github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
106108github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments