|
1 | 1 | module github.com/stolostron/klusterlet-addon-controller
|
2 | 2 |
|
3 |
| -go 1.23.6 |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +toolchain go1.24.4 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/onsi/ginkgo/v2 v2.17.3 |
7 |
| - github.com/onsi/gomega v1.33.1 |
| 8 | + github.com/onsi/ginkgo/v2 v2.21.0 |
| 9 | + github.com/onsi/gomega v1.35.1 |
8 | 10 | github.com/openshift/api v0.0.0-20240509232804-02500a65025d
|
9 | 11 | github.com/openshift/build-machinery-go v0.0.0-20240419090851-af9c868bcf52
|
10 | 12 | github.com/stolostron/cluster-lifecycle-api v0.0.0-20240813023109-42b5c115d0a3
|
11 |
| - github.com/stretchr/testify v1.8.4 |
12 |
| - k8s.io/api v0.30.2 |
13 |
| - k8s.io/apimachinery v0.30.2 |
14 |
| - k8s.io/client-go v0.30.2 |
15 |
| - k8s.io/klog/v2 v2.120.1 |
| 13 | + github.com/stretchr/testify v1.10.0 |
| 14 | + k8s.io/api v0.33.1 |
| 15 | + k8s.io/apimachinery v0.33.1 |
| 16 | + k8s.io/client-go v0.33.1 |
| 17 | + k8s.io/klog/v2 v2.130.1 |
16 | 18 | open-cluster-management.io/api v0.14.1-0.20240627145512-bd6f2229b53c
|
17 | 19 | sigs.k8s.io/controller-runtime v0.18.4
|
18 | 20 | )
|
19 | 21 |
|
20 | 22 | require (
|
21 | 23 | github.com/beorn7/perks v1.0.1 // indirect
|
22 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 24 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
23 | 25 | github.com/davecgh/go-spew v1.1.1 // indirect
|
24 |
| - github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
25 |
| - github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
26 |
| - github.com/evanphx/json-patch/v5 v5.9.0 // indirect |
27 |
| - github.com/fsnotify/fsnotify v1.7.0 // indirect |
28 |
| - github.com/go-logr/logr v1.4.2 // indirect |
| 26 | + github.com/emicklei/go-restful/v3 v3.12.2 // indirect |
| 27 | + github.com/evanphx/json-patch v5.9.11+incompatible // indirect |
| 28 | + github.com/evanphx/json-patch/v5 v5.9.11 // indirect |
| 29 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 30 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 31 | + github.com/go-logr/logr v1.4.3 // indirect |
29 | 32 | github.com/go-logr/zapr v1.3.0 // indirect
|
30 |
| - github.com/go-openapi/jsonpointer v0.19.6 // indirect |
31 |
| - github.com/go-openapi/jsonreference v0.20.2 // indirect |
32 |
| - github.com/go-openapi/swag v0.22.3 // indirect |
| 33 | + github.com/go-openapi/jsonpointer v0.21.1 // indirect |
| 34 | + github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 35 | + github.com/go-openapi/swag v0.23.1 // indirect |
33 | 36 | github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
34 | 37 | github.com/gogo/protobuf v1.3.2 // indirect
|
35 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
36 |
| - github.com/golang/protobuf v1.5.4 // indirect |
37 |
| - github.com/google/gnostic-models v0.6.8 // indirect |
38 |
| - github.com/google/go-cmp v0.6.0 // indirect |
39 |
| - github.com/google/gofuzz v1.2.0 // indirect |
40 |
| - github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect |
41 |
| - github.com/google/uuid v1.3.0 // indirect |
42 |
| - github.com/imdario/mergo v0.3.6 // indirect |
| 38 | + github.com/google/gnostic-models v0.6.9 // indirect |
| 39 | + github.com/google/go-cmp v0.7.0 // indirect |
| 40 | + github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect |
| 41 | + github.com/google/uuid v1.6.0 // indirect |
43 | 42 | github.com/josharian/intern v1.0.0 // indirect
|
44 | 43 | github.com/json-iterator/go v1.1.12 // indirect
|
45 |
| - github.com/mailru/easyjson v0.7.7 // indirect |
46 |
| - github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect |
| 44 | + github.com/mailru/easyjson v0.9.0 // indirect |
47 | 45 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
48 | 46 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
49 | 47 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
50 | 48 | github.com/pkg/errors v0.9.1 // indirect
|
51 | 49 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
52 |
| - github.com/prometheus/client_golang v1.18.0 // indirect |
53 |
| - github.com/prometheus/client_model v0.5.0 // indirect |
54 |
| - github.com/prometheus/common v0.45.0 // indirect |
55 |
| - github.com/prometheus/procfs v0.12.0 // indirect |
56 |
| - github.com/spf13/pflag v1.0.5 // indirect |
| 50 | + github.com/prometheus/client_golang v1.22.0 // indirect |
| 51 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 52 | + github.com/prometheus/common v0.64.0 // indirect |
| 53 | + github.com/prometheus/procfs v0.16.1 // indirect |
| 54 | + github.com/spf13/pflag v1.0.6 // indirect |
| 55 | + github.com/x448/float16 v0.8.4 // indirect |
57 | 56 | go.uber.org/multierr v1.11.0 // indirect
|
58 |
| - go.uber.org/zap v1.26.0 // indirect |
59 |
| - golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect |
60 |
| - golang.org/x/net v0.33.0 // indirect |
61 |
| - golang.org/x/oauth2 v0.28.0 // indirect |
62 |
| - golang.org/x/sys v0.28.0 // indirect |
63 |
| - golang.org/x/term v0.27.0 // indirect |
64 |
| - golang.org/x/text v0.21.0 // indirect |
65 |
| - golang.org/x/time v0.3.0 // indirect |
66 |
| - golang.org/x/tools v0.24.0 // indirect |
67 |
| - gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect |
68 |
| - google.golang.org/protobuf v1.34.1 // indirect |
| 57 | + go.uber.org/zap v1.27.0 // indirect |
| 58 | + golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect |
| 59 | + golang.org/x/net v0.41.0 // indirect |
| 60 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 61 | + golang.org/x/sys v0.33.0 // indirect |
| 62 | + golang.org/x/term v0.32.0 // indirect |
| 63 | + golang.org/x/text v0.26.0 // indirect |
| 64 | + golang.org/x/time v0.12.0 // indirect |
| 65 | + golang.org/x/tools v0.34.0 // indirect |
| 66 | + gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect |
| 67 | + google.golang.org/protobuf v1.36.6 // indirect |
| 68 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
69 | 69 | gopkg.in/inf.v0 v0.9.1 // indirect
|
70 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
71 | 70 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
72 |
| - k8s.io/apiextensions-apiserver v0.30.1 // indirect |
73 |
| - k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
74 |
| - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
75 |
| - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
76 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 71 | + k8s.io/apiextensions-apiserver v0.33.1 // indirect |
| 72 | + k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a // indirect |
| 73 | + k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect |
| 74 | + sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| 75 | + sigs.k8s.io/randfill v1.0.0 // indirect |
| 76 | + sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect |
77 | 77 | sigs.k8s.io/yaml v1.4.0 // indirect
|
78 | 78 | )
|
0 commit comments