Skip to content

Commit 6d84d03

Browse files
Bump the k8s group across 1 directory with 2 updates
Bumps the k8s group with 2 updates in the / directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.35.4 to 0.36.0 - [Commits](kubernetes/apimachinery@v0.35.4...v0.36.0) Updates `k8s.io/client-go` from 0.35.4 to 0.36.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.4...v0.36.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: k8s.io/client-go dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b63aac commit 6d84d03

2 files changed

Lines changed: 51 additions & 64 deletions

File tree

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/tektoncd/dashboard
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/tektoncd/plumbing v0.0.0-20221005125931-631bdcbca245
77
go.uber.org/zap v1.28.0
8-
k8s.io/apimachinery v0.35.4
9-
k8s.io/client-go v0.35.4
8+
k8s.io/apimachinery v0.36.0
9+
k8s.io/client-go v0.36.0
1010
)
1111

1212
require (
1313
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
14-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
14+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
1515
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1616
github.com/go-logr/logr v1.4.3 // indirect
1717
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -30,22 +30,23 @@ require (
3030
go.uber.org/multierr v1.10.0 // indirect
3131
go.yaml.in/yaml/v2 v2.4.3 // indirect
3232
go.yaml.in/yaml/v3 v3.0.4 // indirect
33-
golang.org/x/net v0.47.0 // indirect
34-
golang.org/x/oauth2 v0.30.0 // indirect
35-
golang.org/x/sys v0.38.0 // indirect
36-
golang.org/x/term v0.37.0 // indirect
37-
golang.org/x/text v0.31.0 // indirect
38-
golang.org/x/time v0.11.0 // indirect
39-
google.golang.org/protobuf v1.36.8 // indirect
33+
golang.org/x/net v0.49.0 // indirect
34+
golang.org/x/oauth2 v0.34.0 // indirect
35+
golang.org/x/sys v0.40.0 // indirect
36+
golang.org/x/term v0.39.0 // indirect
37+
golang.org/x/text v0.33.0 // indirect
38+
golang.org/x/time v0.14.0 // indirect
39+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
4040
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
4141
gopkg.in/inf.v0 v0.9.1 // indirect
4242
gopkg.in/yaml.v3 v3.0.1 // indirect
43-
k8s.io/api v0.35.4 // indirect
44-
k8s.io/klog/v2 v2.130.1 // indirect
45-
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
46-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
43+
k8s.io/api v0.36.0 // indirect
44+
k8s.io/klog/v2 v2.140.0 // indirect
45+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
46+
k8s.io/streaming v0.36.0 // indirect
47+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
4748
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
4849
sigs.k8s.io/randfill v1.0.0 // indirect
49-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
50+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
5051
sigs.k8s.io/yaml v1.6.0 // indirect
5152
)

0 commit comments

Comments
 (0)