File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TMPDIR := $(shell mktemp -d)
25
25
26
26
CODE_GENERATOR_VER := v2.4.0
27
27
CODE_GENERATOR_BIN := code-generator
28
- CODE_GENERATOR := $( TOOLS_DIR ) / $( CODE_GENERATOR_BIN ) - $( CODE_GENERATOR_VER )
28
+ CODE_GENERATOR := go run github.com/ntnn/kcp-code-generator/v2@v2.3.1-0.20250502174131-b2154dca874d
29
29
export CODE_GENERATOR # so hack scripts can use it
30
30
31
31
$(CODE_GENERATOR ) :
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ require (
14
14
k8s.io/klog/v2 v2.130.1
15
15
)
16
16
17
+ replace github.com/kcp-dev/apimachinery/v2 => github.com/ntnn/kcp-apimachinery/v2 v2.0.1-0.20250428144613-bc81e2899ce5
18
+
19
+ replace github.com/kcp-dev/code-generator/v2 => github.com/ntnn/kcp-code-generator/v2 v2.3.1-0.20250502174131-b2154dca874d
20
+
17
21
require (
18
22
cel.dev/expr v0.19.1 // indirect
19
23
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ 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.1-0.20250207161408-e1833e4a94f2 h1:6MeV6CBJhNxF3DhkdwhcqeyEc8Al2MGeKFNA0O95icc =
76
- github.com/kcp-dev/apimachinery/v2 v2.0.1-0.20250207161408-e1833e4a94f2 /go.mod h1:jnMZxVnCuKlkIXc4J1Qtmy1Lyo171CDF/RQhNAo0tvA =
77
75
github.com/kcp-dev/logicalcluster/v3 v3.0.5 h1:JbYakokb+5Uinz09oTXomSUJVQsqfxEvU4RyHUYxHOU =
78
76
github.com/kcp-dev/logicalcluster/v3 v3.0.5 /go.mod h1:EWBUBxdr49fUB1cLMO4nOdBWmYifLbP1LfoL20KkXYY =
79
77
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
@@ -95,6 +93,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
95
93
github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
96
94
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
97
95
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
96
+ github.com/ntnn/kcp-apimachinery/v2 v2.0.1-0.20250428144613-bc81e2899ce5 h1:mX0T75UptYapqS2S9FGpFv9Ot3d3Igu5WQdvqXNwJxg =
97
+ github.com/ntnn/kcp-apimachinery/v2 v2.0.1-0.20250428144613-bc81e2899ce5 /go.mod h1:jnMZxVnCuKlkIXc4J1Qtmy1Lyo171CDF/RQhNAo0tvA =
98
98
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM =
99
99
github.com/onsi/ginkgo/v2 v2.21.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
100
100
github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4 =
You can’t perform that action at this time.
0 commit comments