Skip to content

Commit 57265fa

Browse files
committed
pin deps and run go mod tidy
1 parent 19c6227 commit 57265fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.18
55
replace acme.corp/pkg => ./pkg
66

77
require (
8-
github.com/kcp-dev/apimachinery v0.0.0-20221102195355-d65878bc16be
8+
github.com/kcp-dev/apimachinery/v2 v2.0.0-20221214084947-00970206e76f
99
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
1111
k8s.io/apimachinery v0.25.2
1212
k8s.io/client-go v0.25.2
1313
sigs.k8s.io/structured-merge-diff/v4 v4.2.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/onsi/gomega v1.20.1
88
github.com/spf13/cobra v1.4.0
99
github.com/spf13/pflag v1.0.5
10+
golang.org/x/tools v0.1.12
1011
k8s.io/apimachinery v0.25.0
1112
k8s.io/code-generator v0.24.3
1213
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
@@ -27,7 +28,6 @@ require (
2728
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
2829
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
2930
golang.org/x/text v0.3.7 // indirect
30-
golang.org/x/tools v0.1.12 // indirect
3131
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
3232
gopkg.in/yaml.v2 v2.4.0 // indirect
3333
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)