Skip to content

Commit 86a2e50

Browse files
authored
Merge pull request #2517 from acumino/bump-dep
🏃 Upgrade dependencies for hack/tools and tools/
2 parents 65ba74b + 553bd00 commit 86a2e50

File tree

4 files changed

+151
-116
lines changed

4 files changed

+151
-116
lines changed

hack/tools/go.mod

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,40 @@ module sigs.k8s.io/controller-runtime/hack/tools
33
go 1.20
44

55
require (
6-
github.com/joelanford/go-apidiff v0.5.0
6+
github.com/joelanford/go-apidiff v0.7.0
77
sigs.k8s.io/controller-tools v0.13.0
88
)
99

1010
require (
11-
github.com/Microsoft/go-winio v0.4.16 // indirect
12-
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
13-
github.com/acomagu/bufpipe v1.0.3 // indirect
14-
github.com/emirpasic/gods v1.12.0 // indirect
11+
dario.cat/mergo v1.0.0 // indirect
12+
github.com/Microsoft/go-winio v0.6.1 // indirect
13+
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
14+
github.com/acomagu/bufpipe v1.0.4 // indirect
15+
github.com/cloudflare/circl v1.3.3 // indirect
16+
github.com/emirpasic/gods v1.18.1 // indirect
1517
github.com/fatih/color v1.15.0 // indirect
16-
github.com/go-git/gcfg v1.5.0 // indirect
17-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
18-
github.com/go-git/go-git/v5 v5.4.2 // indirect
18+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
19+
github.com/go-git/go-billy/v5 v5.4.1 // indirect
20+
github.com/go-git/go-git/v5 v5.8.1 // indirect
1921
github.com/go-logr/logr v1.2.4 // indirect
2022
github.com/gobuffalo/flect v1.0.2 // indirect
2123
github.com/gogo/protobuf v1.3.2 // indirect
24+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2225
github.com/google/gofuzz v1.2.0 // indirect
23-
github.com/imdario/mergo v0.3.12 // indirect
2426
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2527
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2628
github.com/json-iterator/go v1.1.12 // indirect
27-
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
29+
github.com/kevinburke/ssh_config v1.2.0 // indirect
2830
github.com/mattn/go-colorable v0.1.13 // indirect
2931
github.com/mattn/go-isatty v0.0.17 // indirect
30-
github.com/mitchellh/go-homedir v1.1.0 // indirect
3132
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3233
github.com/modern-go/reflect2 v1.0.2 // indirect
34+
github.com/pjbgf/sha1cd v0.3.0 // indirect
3335
github.com/sergi/go-diff v1.1.0 // indirect
36+
github.com/skeema/knownhosts v1.2.0 // indirect
3437
github.com/spf13/cobra v1.7.0 // indirect
3538
github.com/spf13/pflag v1.0.5 // indirect
36-
github.com/xanzy/ssh-agent v0.3.0 // indirect
39+
github.com/xanzy/ssh-agent v0.3.3 // indirect
3740
golang.org/x/crypto v0.12.0 // indirect
3841
golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
3942
golang.org/x/mod v0.12.0 // indirect

0 commit comments

Comments
 (0)