Skip to content

Commit 38672cd

Browse files
authored
chore: remove replace, use new module (#825)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 3d77eda commit 38672cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
101101
github.com/onsi/gomega v1.35.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
102102
github.com/open-feature/flagd-schemas v0.2.9-0.20250529171004-2852d7772e6b h1:BThJr+zA4uku7BGDkzjwf7eMQZDEdnpXricDphI5y94=
103103
github.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=
104106
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
105107
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
106108
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)