@@ -7,18 +7,18 @@ go 1.23.6
7
7
retract [v0.0.8 , v0.0.10 ]
8
8
9
9
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
12
12
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
15
15
github.com/stretchr/testify v1.10.0
16
16
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
22
22
)
23
23
24
24
require (
@@ -30,10 +30,10 @@ require (
30
30
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
31
31
github.com/cespare/xxhash/v2 v2.3.0 // indirect
32
32
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
34
34
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
35
35
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
37
37
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
38
38
github.com/go-logr/stdr v1.2.2 // indirect
39
39
github.com/go-logr/zapr v1.3.0 // indirect
@@ -50,7 +50,7 @@ require (
50
50
github.com/google/go-cmp v0.7.0 // indirect
51
51
github.com/google/go-querystring v1.1.0 // indirect
52
52
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
54
54
github.com/google/uuid v1.6.0 // indirect
55
55
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
56
56
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -73,41 +73,42 @@ require (
73
73
github.com/prometheus/client_model v0.6.1 // indirect
74
74
github.com/prometheus/common v0.55.0 // indirect
75
75
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
78
78
github.com/stoewer/go-strcase v1.3.0 // indirect
79
79
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
82
82
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
83
83
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
87
87
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
88
+ go.uber.org/automaxprocs v1.6.0 // indirect
88
89
go.uber.org/multierr v1.11.0 // indirect
89
90
go.uber.org/zap v1.27.0 // indirect
90
91
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
104
105
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105
106
gopkg.in/inf.v0 v0.9.1 // indirect
106
107
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
107
108
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
111
112
k8s.io/klog/v2 v2.130.1 // indirect
112
113
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
113
114
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
0 commit comments