File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
23
23
PATH := $(GOBIN_DIR ) :$(TOOLS_GOBIN_DIR ) :$(PATH )
24
24
TMPDIR := $(shell mktemp -d)
25
25
26
- CODE_GENERATOR_VER := b529ed3306a300ec73ce50439a5fb1c6409982f4
26
+ CODE_GENERATOR_VER := v2.2.0
27
27
CODE_GENERATOR_BIN := code-generator
28
28
CODE_GENERATOR := $(TOOLS_DIR ) /$(CODE_GENERATOR_BIN ) -$(CODE_GENERATOR_VER )
29
29
export CODE_GENERATOR # so hack scripts can use it
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
require (
6
6
github.com/evanphx/json-patch v5.6.0+incompatible
7
7
github.com/google/gnostic-models v0.6.8
8
- github.com/kcp-dev/apimachinery/v2 v2.0.0-alpha.0.0.20230826151957-7189d0d1fe31
8
+ github.com/kcp-dev/apimachinery/v2 v2.0.0
9
9
github.com/kcp-dev/logicalcluster/v3 v3.0.4
10
10
k8s.io/api v0.30.0
11
11
k8s.io/apiextensions-apiserver v0.30.0
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
69
69
github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
70
70
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
71
71
github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
72
- github.com/kcp-dev/apimachinery/v2 v2.0.0-alpha.0.0.20230826151957-7189d0d1fe31 h1:vNFCQHCMyrKoMDUH0JbmWHVfoqSHbzgcZKE4oN6Omb4 =
73
- github.com/kcp-dev/apimachinery/v2 v2.0.0-alpha.0.0.20230826151957-7189d0d1fe31 /go.mod h1:cWoaYGHl1nlzdEM2xvMzIASkEZJZLSf5nhe17M7wDhw =
72
+ github.com/kcp-dev/apimachinery/v2 v2.0.0 h1:hQuhBBh+AvUYYMRG+nDzo1VXxNCdMAE95wSD2uB7nxw =
73
+ github.com/kcp-dev/apimachinery/v2 v2.0.0 /go.mod h1:cXCx7fku8/rYK23PNEBRLQ5ByoABoA+CZeJNC81TO0g =
74
74
github.com/kcp-dev/logicalcluster/v3 v3.0.4 h1:q7KngML/QM7sWl8aVzmfZF0TPMnBwYNxsPKfwUvvBvU =
75
75
github.com/kcp-dev/logicalcluster/v3 v3.0.4 /go.mod h1:EWBUBxdr49fUB1cLMO4nOdBWmYifLbP1LfoL20KkXYY =
76
76
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
You can’t perform that action at this time.
0 commit comments