Skip to content

Commit 52c7e09

Browse files
committed
chore: update vendor
longhorn/longhorn-10584 Signed-off-by: Chin-Ya Huang <[email protected]>
1 parent 35e69c7 commit 52c7e09

File tree

114 files changed

+4848
-5241
lines changed

Some content is hidden

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

114 files changed

+4848
-5241
lines changed

go.mod

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ go 1.23.0
44

55
toolchain go1.24.1
66

7+
replace github.com/longhorn/go-common-libs => github.com/c3y1huang/go-common-libs v0.0.0-20250318235921-59e39d9aefa8
8+
79
// Replace directives are required for dependencies in this section because:
810
// - This module imports k8s.io/kubernetes.
911
// - The development for all of these dependencies is done at kubernetes/staging and then synced to other repos.
@@ -64,56 +66,57 @@ require (
6466
google.golang.org/protobuf v1.36.5
6567
k8s.io/api v0.32.3
6668
k8s.io/apimachinery v0.32.3
67-
k8s.io/client-go v0.32.3
69+
k8s.io/client-go v1.5.2
6870
k8s.io/kubernetes v1.32.3
6971
k8s.io/mount-utils v0.32.3
7072
k8s.io/utils v0.0.0-20241210054802-24370beab758
7173
)
7274

7375
require (
7476
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 // indirect
75-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
77+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
7678
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
77-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
78-
github.com/fsnotify/fsnotify v1.7.0 // indirect
79+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
80+
github.com/fsnotify/fsnotify v1.8.0 // indirect
7981
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
8082
github.com/go-logr/logr v1.4.2 // indirect
81-
github.com/go-ole/go-ole v1.2.6 // indirect
82-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
83-
github.com/go-openapi/jsonreference v0.20.2 // indirect
84-
github.com/go-openapi/swag v0.23.0 // indirect
83+
github.com/go-ole/go-ole v1.3.0 // indirect
84+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
85+
github.com/go-openapi/jsonreference v0.21.0 // indirect
86+
github.com/go-openapi/swag v0.23.1 // indirect
8587
github.com/gogo/protobuf v1.3.2 // indirect
8688
github.com/golang/protobuf v1.5.4 // indirect
87-
github.com/google/gnostic-models v0.6.8 // indirect
88-
github.com/google/go-cmp v0.6.0 // indirect
89+
github.com/google/gnostic-models v0.6.9 // indirect
90+
github.com/google/go-cmp v0.7.0 // indirect
8991
github.com/google/gofuzz v1.2.0 // indirect
9092
github.com/google/uuid v1.6.0 // indirect
9193
github.com/josharian/intern v1.0.0 // indirect
9294
github.com/json-iterator/go v1.1.12 // indirect
93-
github.com/mailru/easyjson v0.7.7 // indirect
95+
github.com/mailru/easyjson v0.9.0 // indirect
9496
github.com/moby/sys/mountinfo v0.7.2 // indirect
9597
github.com/moby/sys/userns v0.1.0 // indirect
9698
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9799
github.com/modern-go/reflect2 v1.0.2 // indirect
98100
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
99101
github.com/opencontainers/selinux v1.11.1 // indirect
100-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
102+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
101103
github.com/russross/blackfriday/v2 v2.1.0 // indirect
102104
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
103105
github.com/x448/float16 v0.8.4 // indirect
104106
github.com/yusufpapurcu/wmi v1.2.4 // indirect
105107
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
106-
golang.org/x/oauth2 v0.25.0 // indirect
108+
golang.org/x/oauth2 v0.28.0 // indirect
107109
golang.org/x/term v0.30.0 // indirect
108110
golang.org/x/text v0.23.0 // indirect
109-
golang.org/x/time v0.7.0 // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
111+
golang.org/x/time v0.11.0 // indirect
112+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
111113
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
112114
gopkg.in/inf.v0 v0.9.1 // indirect
113115
gopkg.in/yaml.v3 v3.0.1 // indirect
114116
k8s.io/klog/v2 v2.130.1 // indirect
115-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
116-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
117-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
117+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
118+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
119+
sigs.k8s.io/randfill v1.0.0 // indirect
120+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
118121
sigs.k8s.io/yaml v1.4.0 // indirect
119122
)

go.sum

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

vendor/github.com/cpuguy83/go-md2man/v2/md2man/roff.go

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

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

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

vendor/github.com/emicklei/go-restful/v3/README.md

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

vendor/github.com/emicklei/go-restful/v3/compress.go

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/emicklei/go-restful/v3/curly.go

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

vendor/github.com/emicklei/go-restful/v3/entity_accessors.go

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

vendor/github.com/emicklei/go-restful/v3/json.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/github.com/emicklei/go-restful/v3/jsoniter.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/emicklei/go-restful/v3/jsr311.go

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

vendor/github.com/emicklei/go-restful/v3/route.go

Lines changed: 2 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/.cirrus.yml

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

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 3 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)