Skip to content

Commit 16794c1

Browse files
deps(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a5146b commit 16794c1

File tree

2 files changed

+119
-114
lines changed

2 files changed

+119
-114
lines changed

go.mod

+36-35
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ go 1.23.6
77
retract [v0.0.8, v0.0.10]
88

99
require (
10-
github.com/canonical/gomaasclient v0.8.0
11-
github.com/deckarep/golang-set/v2 v2.7.0
10+
github.com/canonical/gomaasclient v0.9.0
11+
github.com/deckarep/golang-set/v2 v2.8.0
1212
github.com/go-logr/logr v1.4.2
13-
github.com/onsi/ginkgo/v2 v2.22.2
14-
github.com/onsi/gomega v1.36.2
13+
github.com/onsi/ginkgo/v2 v2.23.4
14+
github.com/onsi/gomega v1.37.0
1515
github.com/stretchr/testify v1.10.0
1616
github.com/validator-labs/validator v0.1.16
17-
k8s.io/api v0.32.2
18-
k8s.io/apimachinery v0.32.2
19-
k8s.io/client-go v0.32.2
20-
sigs.k8s.io/cluster-api v1.9.5
21-
sigs.k8s.io/controller-runtime v0.20.2
17+
k8s.io/api v0.32.3
18+
k8s.io/apimachinery v0.32.3
19+
k8s.io/client-go v0.32.3
20+
sigs.k8s.io/cluster-api v1.10.0
21+
sigs.k8s.io/controller-runtime v0.20.4
2222
)
2323

2424
require (
@@ -30,10 +30,10 @@ require (
3030
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3131
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
33+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3434
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3535
github.com/felixge/httpsnoop v1.0.4 // indirect
36-
github.com/fsnotify/fsnotify v1.7.0 // indirect
36+
github.com/fsnotify/fsnotify v1.8.0 // indirect
3737
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3838
github.com/go-logr/stdr v1.2.2 // indirect
3939
github.com/go-logr/zapr v1.3.0 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/google/go-cmp v0.7.0 // indirect
5151
github.com/google/go-querystring v1.1.0 // indirect
5252
github.com/google/gofuzz v1.2.0 // indirect
53-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
53+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
5454
github.com/google/uuid v1.6.0 // indirect
5555
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
5656
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -73,41 +73,42 @@ require (
7373
github.com/prometheus/client_model v0.6.1 // indirect
7474
github.com/prometheus/common v0.55.0 // indirect
7575
github.com/prometheus/procfs v0.15.1 // indirect
76-
github.com/spf13/cobra v1.8.1 // indirect
77-
github.com/spf13/pflag v1.0.5 // indirect
76+
github.com/spf13/cobra v1.9.1 // indirect
77+
github.com/spf13/pflag v1.0.6 // indirect
7878
github.com/stoewer/go-strcase v1.3.0 // indirect
7979
github.com/x448/float16 v0.8.4 // indirect
80-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
81-
go.opentelemetry.io/otel v1.28.0 // indirect
80+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
81+
go.opentelemetry.io/otel v1.29.0 // indirect
8282
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
8383
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
84-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
85-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
86-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
84+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
85+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
86+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
8787
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
88+
go.uber.org/automaxprocs v1.6.0 // indirect
8889
go.uber.org/multierr v1.11.0 // indirect
8990
go.uber.org/zap v1.27.0 // indirect
9091
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
91-
golang.org/x/net v0.33.0 // indirect
92-
golang.org/x/oauth2 v0.24.0 // indirect
93-
golang.org/x/sync v0.10.0 // indirect
94-
golang.org/x/sys v0.28.0 // indirect
95-
golang.org/x/term v0.27.0 // indirect
96-
golang.org/x/text v0.21.0 // indirect
97-
golang.org/x/time v0.7.0 // indirect
98-
golang.org/x/tools v0.28.0 // indirect
99-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
100-
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
101-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
102-
google.golang.org/grpc v1.65.1 // indirect
103-
google.golang.org/protobuf v1.36.1 // indirect
92+
golang.org/x/net v0.37.0 // indirect
93+
golang.org/x/oauth2 v0.28.0 // indirect
94+
golang.org/x/sync v0.12.0 // indirect
95+
golang.org/x/sys v0.32.0 // indirect
96+
golang.org/x/term v0.30.0 // indirect
97+
golang.org/x/text v0.23.0 // indirect
98+
golang.org/x/time v0.8.0 // indirect
99+
golang.org/x/tools v0.31.0 // indirect
100+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
101+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
102+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
103+
google.golang.org/grpc v1.67.3 // indirect
104+
google.golang.org/protobuf v1.36.5 // indirect
104105
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105106
gopkg.in/inf.v0 v0.9.1 // indirect
106107
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
107108
gopkg.in/yaml.v3 v3.0.1 // indirect
108-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
109-
k8s.io/apiserver v0.32.1 // indirect
110-
k8s.io/component-base v0.32.1 // indirect
109+
k8s.io/apiextensions-apiserver v0.32.3 // indirect
110+
k8s.io/apiserver v0.32.3 // indirect
111+
k8s.io/component-base v0.32.3 // indirect
111112
k8s.io/klog/v2 v2.130.1 // indirect
112113
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
113114
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect

0 commit comments

Comments
 (0)