Skip to content

Commit e231787

Browse files
fix: Revert "feat: update api version to v0.2.38" (#562)
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent 002f2dd commit e231787

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/go-logr/logr v1.2.4
77
github.com/golang/mock v1.4.4
88
github.com/kelseyhightower/envconfig v1.4.0
9-
github.com/open-feature/open-feature-operator/apis v0.2.38
9+
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906
1010
github.com/stretchr/testify v1.8.4
1111
go.uber.org/zap v1.24.0
1212
k8s.io/api v0.26.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ github.com/onsi/ginkgo/v2 v2.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU=
221221
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
222222
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
223223
github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg=
224-
github.com/open-feature/open-feature-operator/apis v0.2.38 h1:L83a9BbyVPJ5iwFJhIWEiRG6A/HmT5pGfobMwxmPXmE=
225-
github.com/open-feature/open-feature-operator/apis v0.2.38/go.mod h1:YtdYEXJHo9iKwmchxbwGGsmu33FbugMQ8lKGarA9UYM=
224+
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906 h1:OUZVFPJgFytNSi3nxqy8nCKAlOlqdrqF4+eIGOaLSl8=
225+
github.com/open-feature/open-feature-operator/apis v0.2.38-0.20231117101310-726a7f714906/go.mod h1:YtdYEXJHo9iKwmchxbwGGsmu33FbugMQ8lKGarA9UYM=
226226
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
227227
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
228228
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)