Skip to content

Commit

Permalink
sync api module
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Apr 25, 2024
1 parent a700cd4 commit 1f9e852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ require (
)

replace (
github.com/open-feature/open-feature-operator/apis => github.com/odubajDT/open-feature-operator/apis v0.0.0-20240423091222-1ac99dfd3d2a
github.com/open-feature/open-feature-operator/apis => github.com/odubajDT/open-feature-operator/apis v0.0.0-20240425082930-8d3e5f3599a1
golang.org/x/net => golang.org/x/net v0.24.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/odubajDT/open-feature-operator/apis v0.0.0-20240423091222-1ac99dfd3d2a h1:2zKzB7HnH8SPGfebZHKxA/W59hWait2EIEQaAl/gjIQ=
github.com/odubajDT/open-feature-operator/apis v0.0.0-20240423091222-1ac99dfd3d2a/go.mod h1:/fY2aVTQLQOi+zbPngULU3bBheqFrtQaEZUH5g+nUkg=
github.com/odubajDT/open-feature-operator/apis v0.0.0-20240425082930-8d3e5f3599a1 h1:/uGcCr0nAiO2emnG1E6G9r9XBi0yik/lEVfiTPntnRM=
github.com/odubajDT/open-feature-operator/apis v0.0.0-20240425082930-8d3e5f3599a1/go.mod h1:/fY2aVTQLQOi+zbPngULU3bBheqFrtQaEZUH5g+nUkg=
github.com/onsi/ginkgo/v2 v2.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU=
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
Expand Down

0 comments on commit 1f9e852

Please sign in to comment.