File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
replace acme.corp/pkg => ./pkg
6
6
7
7
require (
8
- github.com/kcp-dev/apimachinery v0 .0.0-20221102195355-d65878bc16be
8
+ github.com/kcp-dev/apimachinery/v2 v2 .0.0-20221214084947-00970206e76f
9
9
github.com/kcp-dev/client-go v0.0.0-20221013125607-cac9fbfe7455
10
- github.com/kcp-dev/logicalcluster/v2 v2 .0.0-alpha.3
10
+ github.com/kcp-dev/logicalcluster/v3 v3 .0.0-20221213075715-4d92b58140f5
11
11
k8s.io/apimachinery v0.25.2
12
12
k8s.io/client-go v0.25.2
13
13
sigs.k8s.io/structured-merge-diff/v4 v4.2.3
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ require (
7
7
github.com/onsi/gomega v1.20.1
8
8
github.com/spf13/cobra v1.4.0
9
9
github.com/spf13/pflag v1.0.5
10
+ golang.org/x/tools v0.1.12
10
11
k8s.io/apimachinery v0.25.0
11
12
k8s.io/code-generator v0.24.3
12
13
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
@@ -27,7 +28,6 @@ require (
27
28
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
28
29
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
29
30
golang.org/x/text v0.3.7 // indirect
30
- golang.org/x/tools v0.1.12 // indirect
31
31
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
32
32
gopkg.in/yaml.v2 v2.4.0 // indirect
33
33
gopkg.in/yaml.v3 v3.0.1 // indirect
You can’t perform that action at this time.
0 commit comments