File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
23
23
PATH := $(GOBIN_DIR ) :$(TOOLS_GOBIN_DIR ) :$(PATH )
24
24
TMPDIR := $(shell mktemp -d)
25
25
26
- # TODO: Update once we know this is the right version.
27
- CODE_GENERATOR_VER := be31a349c5c4511e5b9bd0f824e0e2bba4b25ba3
26
+ CODE_GENERATOR_VER := v2.3.0
28
27
CODE_GENERATOR_BIN := code-generator
29
28
CODE_GENERATOR := $(TOOLS_DIR ) /$(CODE_GENERATOR_BIN ) -$(CODE_GENERATOR_VER )
30
29
export CODE_GENERATOR # so hack scripts can use it
Original file line number Diff line number Diff line change @@ -87,5 +87,3 @@ require (
87
87
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
88
88
sigs.k8s.io/yaml v1.4.0 // indirect
89
89
)
90
-
91
- replace github.com/kcp-dev/apimachinery/v2 => github.com/kcp-dev/apimachinery/v2 v2.0.0-20240817110845-a9eb9752bfeb
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
72
72
github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
73
73
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
74
74
github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
75
- github.com/kcp-dev/apimachinery/v2 v2.0.0- 20240817110845-a9eb9752bfeb h1:FA1xBYJA4btsgYgWTq/2+3BwreUOJ47lcQLaCRhYtrE =
76
- github.com/kcp-dev/apimachinery/v2 v2.0.0- 20240817110845-a9eb9752bfeb /go.mod h1:mEDD1K5BVUXJ4CP6wcJ0vZUf+7tbFMjkCFzBKsUNj18 =
75
+ github.com/kcp-dev/apimachinery/v2 v2.0.1-0. 20240817110845-a9eb9752bfeb h1:W11F/dp6NdUnHeB0SrpyWLiifRosu1qaMJvdFGGLXc0 =
76
+ github.com/kcp-dev/apimachinery/v2 v2.0.1-0. 20240817110845-a9eb9752bfeb /go.mod h1:mEDD1K5BVUXJ4CP6wcJ0vZUf+7tbFMjkCFzBKsUNj18 =
77
77
github.com/kcp-dev/logicalcluster/v3 v3.0.4 h1:q7KngML/QM7sWl8aVzmfZF0TPMnBwYNxsPKfwUvvBvU =
78
78
github.com/kcp-dev/logicalcluster/v3 v3.0.4 /go.mod h1:EWBUBxdr49fUB1cLMO4nOdBWmYifLbP1LfoL20KkXYY =
79
79
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
You can’t perform that action at this time.
0 commit comments