Skip to content

Commit f77bc1e

Browse files
committed
Run go mod tidy & go mod vendor
1 parent e444b8e commit f77bc1e

70 files changed

Lines changed: 7060 additions & 2333 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ require (
2424
golang.org/x/crypto v0.45.0
2525
golang.org/x/net v0.47.0
2626
golang.org/x/time v0.9.0
27-
gopkg.in/fsnotify.v1 v1.4.7
2827
k8s.io/api v0.34.1
2928
k8s.io/apiextensions-apiserver v0.34.1
3029
k8s.io/apimachinery v0.34.1
30+
k8s.io/apiserver v0.34.1
3131
k8s.io/client-go v0.34.1
3232
k8s.io/klog/v2 v2.130.1
3333
k8s.io/kube-aggregator v0.34.1
@@ -40,6 +40,7 @@ require (
4040
github.com/beorn7/perks v1.0.1 // indirect
4141
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4242
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
43+
github.com/fsnotify/fsnotify v1.9.0 // indirect
4344
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
4445
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4546
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -82,7 +83,6 @@ require (
8283
gopkg.in/inf.v0 v0.9.1 // indirect
8384
gopkg.in/yaml.v2 v2.4.0 // indirect
8485
gopkg.in/yaml.v3 v3.0.1 // indirect
85-
k8s.io/apiserver v0.34.1 // indirect
8686
k8s.io/component-base v0.34.1 // indirect
8787
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
8888
sigs.k8s.io/controller-runtime v0.12.1 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
205205
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
206206
gopkg.in/evanphx/json-patch.v4 v4.12.0 h1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4=
207207
gopkg.in/evanphx/json-patch.v4 v4.12.0/go.mod h1:p8EYWUEYMpynmqDbY58zCKCFZw8pRWMG4EsWvDvM72M=
208-
gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=
209-
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
210208
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
211209
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
212210
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)