Skip to content

Commit

Permalink
Revert changes of go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored May 3, 2024
1 parent 6ca72d3 commit 7916e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace (
github.com/open-feature/open-feature-operator/apis => github.com/odubajDT/open-feature-operator/apis v0.0.0-20240502135831-c4a6ccf893a2
golang.org/x/net => golang.org/x/net v0.24.0
)
replace golang.org/x/net => golang.org/x/net v0.24.0
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ 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-20240502135831-c4a6ccf893a2 h1:j1vjWqNuCkAHs7UPCYgfAE1nZH8VnsR2p3w8WAkcSYw=
github.com/odubajDT/open-feature-operator/apis v0.0.0-20240502135831-c4a6ccf893a2/go.mod h1:BLFkIDsj+coW30XxILSY2X++vVniRTyWozzONuVKh5U=
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 7916e63

Please sign in to comment.