Skip to content

Commit 72b5bd8

Browse files
authored
Merge pull request #3169 from pacoxu/dep-update
bump some deps
2 parents e7ef8a7 + cfaa3fd commit 72b5bd8

File tree

4 files changed

+175
-636
lines changed

4 files changed

+175
-636
lines changed

kinder/go.mod

+46-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,53 @@
11
module k8s.io/kubeadm/kinder
22

3-
go 1.16
3+
go 1.23.0
4+
5+
toolchain go1.23.6
46

57
require (
6-
github.com/evanphx/json-patch v4.9.0+incompatible
7-
github.com/google/uuid v1.1.2
8-
github.com/imdario/mergo v0.3.11 // indirect
9-
github.com/pelletier/go-toml v1.8.0
8+
github.com/google/uuid v1.6.0
9+
github.com/pelletier/go-toml v1.9.5
1010
github.com/pkg/errors v0.9.1
11-
github.com/sirupsen/logrus v1.7.0
12-
github.com/spf13/cobra v1.1.1
11+
github.com/sirupsen/logrus v1.9.3
12+
github.com/spf13/cobra v1.8.1
1313
github.com/spf13/pflag v1.0.5
14-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
15-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
16-
k8s.io/apimachinery v0.19.4
17-
k8s.io/client-go v0.19.4
18-
sigs.k8s.io/kind v0.9.0
19-
sigs.k8s.io/yaml v1.2.0
14+
gopkg.in/evanphx/json-patch.v4 v4.12.0
15+
k8s.io/apimachinery v0.32.2
16+
k8s.io/client-go v0.32.2
17+
sigs.k8s.io/kind v0.27.0
18+
sigs.k8s.io/yaml v1.4.0
19+
)
20+
21+
require (
22+
al.essio.dev/pkg/shellescape v1.5.1 // indirect
23+
github.com/BurntSushi/toml v1.4.0 // indirect
24+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25+
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
26+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
27+
github.com/go-logr/logr v1.4.2 // indirect
28+
github.com/gogo/protobuf v1.3.2 // indirect
29+
github.com/google/gofuzz v1.2.0 // indirect
30+
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
31+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
32+
github.com/json-iterator/go v1.1.12 // indirect
33+
github.com/kr/pretty v0.3.1 // indirect
34+
github.com/mattn/go-isatty v0.0.20 // indirect
35+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
36+
github.com/modern-go/reflect2 v1.0.2 // indirect
37+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
38+
github.com/rogpeppe/go-internal v1.12.0 // indirect
39+
github.com/x448/float16 v0.8.4 // indirect
40+
golang.org/x/net v0.30.0 // indirect
41+
golang.org/x/oauth2 v0.23.0 // indirect
42+
golang.org/x/sys v0.26.0 // indirect
43+
golang.org/x/term v0.25.0 // indirect
44+
golang.org/x/text v0.19.0 // indirect
45+
golang.org/x/time v0.7.0 // indirect
46+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
47+
gopkg.in/inf.v0 v0.9.1 // indirect
48+
gopkg.in/yaml.v3 v3.0.1 // indirect
49+
k8s.io/klog/v2 v2.130.1 // indirect
50+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
51+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
52+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
2053
)

0 commit comments

Comments
 (0)