1
1
module github.com/topolvm/pie
2
2
3
- go 1.22.0
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
- github.com/onsi/ginkgo/v2 v2.20.2
7
- github.com/onsi/gomega v1.35.1
8
+ github.com/onsi/ginkgo/v2 v2.23.0
9
+ github.com/onsi/gomega v1.36.2
8
10
github.com/prometheus/client_golang v1.19.1
9
11
github.com/prometheus/client_model v0.6.1
10
12
github.com/prometheus/common v0.55.0
11
- github.com/spf13/cobra v1.8 .1
12
- k8s.io/api v0.31.2
13
- k8s.io/apimachinery v0.31.2
14
- k8s.io/client-go v0.31.2
15
- k8s.io/component-helpers v0.31.2
13
+ github.com/spf13/cobra v1.9 .1
14
+ k8s.io/api v0.32.3
15
+ k8s.io/apimachinery v0.32.3
16
+ k8s.io/client-go v0.32.3
17
+ k8s.io/component-helpers v0.32.3
16
18
k8s.io/klog/v2 v2.130.1
17
- sigs.k8s.io/controller-runtime v0.19.0
19
+ sigs.k8s.io/controller-runtime v0.20.3
18
20
sigs.k8s.io/yaml v1.4.0
19
21
)
20
22
@@ -23,24 +25,23 @@ require (
23
25
github.com/cespare/xxhash/v2 v2.3.0 // indirect
24
26
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25
27
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
28
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
27
29
github.com/fsnotify/fsnotify v1.7.0 // indirect
28
30
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
29
31
github.com/go-logr/logr v1.4.2 // indirect
30
32
github.com/go-logr/zapr v1.3.0 // indirect
31
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
33
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
32
34
github.com/go-openapi/jsonreference v0.20.2 // indirect
33
- github.com/go-openapi/swag v0.22.4 // indirect
35
+ github.com/go-openapi/swag v0.23.0 // indirect
34
36
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
35
37
github.com/gogo/protobuf v1.3.2 // indirect
36
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37
38
github.com/golang/protobuf v1.5.4 // indirect
39
+ github.com/google/btree v1.1.3 // indirect
38
40
github.com/google/gnostic-models v0.6.8 // indirect
39
41
github.com/google/go-cmp v0.6.0 // indirect
40
42
github.com/google/gofuzz v1.2.0 // indirect
41
- github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
43
+ github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
42
44
github.com/google/uuid v1.6.0 // indirect
43
- github.com/imdario/mergo v0.3.12 // indirect
44
45
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
46
github.com/josharian/intern v1.0.0 // indirect
46
47
github.com/json-iterator/go v1.1.12 // indirect
@@ -50,26 +51,26 @@ require (
50
51
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
51
52
github.com/pkg/errors v0.9.1 // indirect
52
53
github.com/prometheus/procfs v0.15.1 // indirect
53
- github.com/spf13/pflag v1.0.5 // indirect
54
+ github.com/spf13/pflag v1.0.6 // indirect
54
55
github.com/x448/float16 v0.8.4 // indirect
55
56
go.uber.org/multierr v1.11.0 // indirect
56
- go.uber.org/zap v1.26 .0 // indirect
57
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
58
- golang.org/x/net v0.33 .0 // indirect
59
- golang.org/x/oauth2 v0.21 .0 // indirect
60
- golang.org/x/sys v0.28 .0 // indirect
61
- golang.org/x/term v0.27 .0 // indirect
62
- golang.org/x/text v0.21 .0 // indirect
63
- golang.org/x/time v0.3 .0 // indirect
64
- golang.org/x/tools v0.24 .0 // indirect
57
+ go.uber.org/zap v1.27 .0 // indirect
58
+ golang.org/x/net v0.35.0 // indirect
59
+ golang.org/x/oauth2 v0.23 .0 // indirect
60
+ golang.org/x/sync v0.11 .0 // indirect
61
+ golang.org/x/sys v0.30 .0 // indirect
62
+ golang.org/x/term v0.29 .0 // indirect
63
+ golang.org/x/text v0.22 .0 // indirect
64
+ golang.org/x/time v0.7 .0 // indirect
65
+ golang.org/x/tools v0.30 .0 // indirect
65
66
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
66
- google.golang.org/protobuf v1.35.1 // indirect
67
+ google.golang.org/protobuf v1.36.1 // indirect
68
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
67
69
gopkg.in/inf.v0 v0.9.1 // indirect
68
- gopkg.in/yaml.v2 v2.4.0 // indirect
69
70
gopkg.in/yaml.v3 v3.0.1 // indirect
70
- k8s.io/apiextensions-apiserver v0.31.0 // indirect
71
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
72
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
73
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
74
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
71
+ k8s.io/apiextensions-apiserver v0.32.1 // indirect
72
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
73
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
74
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
75
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
75
76
)
0 commit comments