|
1 | 1 | module github.com/devtron-labs/kubelink |
2 | 2 |
|
3 | | -go 1.22.4 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | | -toolchain go1.22.6 |
| 5 | +toolchain go1.24.3 |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/caarlos0/env v3.5.0+incompatible |
9 | 9 | github.com/devtron-labs/common-lib v0.0.0 |
10 | | - github.com/evanphx/json-patch v5.7.0+incompatible |
| 10 | + github.com/evanphx/json-patch v5.9.11+incompatible |
11 | 11 | github.com/go-pg/pg v6.15.1+incompatible |
12 | 12 | github.com/golang/protobuf v1.5.4 |
13 | 13 | github.com/google/wire v0.6.0 |
14 | 14 | github.com/gorilla/mux v1.8.1 |
15 | 15 | github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 |
16 | 16 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
17 | | - github.com/prometheus/client_golang v1.17.0 |
| 17 | + github.com/prometheus/client_golang v1.22.0 |
18 | 18 | github.com/sirupsen/logrus v1.9.3 |
19 | | - github.com/stretchr/testify v1.9.0 |
20 | | - go.uber.org/zap v1.21.0 |
21 | | - golang.org/x/sync v0.10.0 |
22 | | - google.golang.org/grpc v1.59.0 |
23 | | - google.golang.org/protobuf v1.33.0 |
24 | | - helm.sh/helm/v3 v3.14.3 |
25 | | - k8s.io/api v0.29.7 |
26 | | - k8s.io/apimachinery v0.29.7 |
27 | | - k8s.io/cli-runtime v0.29.0 |
28 | | - k8s.io/client-go v0.29.7 |
| 19 | + github.com/stretchr/testify v1.10.0 |
| 20 | + go.uber.org/zap v1.27.0 |
| 21 | + golang.org/x/sync v0.14.0 |
| 22 | + google.golang.org/grpc v1.72.2 |
| 23 | + google.golang.org/protobuf v1.36.6 |
| 24 | + helm.sh/helm/v3 v3.18.0 |
| 25 | + k8s.io/api v0.33.0 |
| 26 | + k8s.io/apimachinery v0.33.0 |
| 27 | + k8s.io/cli-runtime v0.33.0 |
| 28 | + k8s.io/client-go v0.33.0 |
29 | 29 | k8s.io/helm v2.17.0+incompatible |
30 | | - k8s.io/utils v0.0.0-20230726121419-3b25d923346b |
31 | | - sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 |
32 | | - sigs.k8s.io/yaml v1.3.0 |
| 30 | + k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 |
| 31 | + sigs.k8s.io/kustomize/kyaml v0.19.0 |
| 32 | + sigs.k8s.io/yaml v1.4.0 |
33 | 33 | ) |
34 | 34 |
|
35 | 35 | require ( |
36 | | - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect |
37 | | - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
38 | | - github.com/BurntSushi/toml v1.3.2 // indirect |
| 36 | + dario.cat/mergo v1.0.1 // indirect |
| 37 | + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
| 38 | + github.com/BurntSushi/toml v1.5.0 // indirect |
39 | 39 | github.com/MakeNowJust/heredoc v1.0.0 // indirect |
40 | 40 | github.com/Masterminds/goutils v1.1.1 // indirect |
41 | 41 | github.com/Masterminds/semver v1.5.0 // indirect |
42 | | - github.com/Masterminds/semver/v3 v3.2.1 // indirect |
43 | | - github.com/Masterminds/sprig/v3 v3.2.3 // indirect |
| 42 | + github.com/Masterminds/semver/v3 v3.3.0 // indirect |
| 43 | + github.com/Masterminds/sprig/v3 v3.3.0 // indirect |
44 | 44 | github.com/Masterminds/squirrel v1.5.4 // indirect |
45 | 45 | github.com/arl/statsviz v0.6.0 // indirect |
46 | | - github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect |
47 | | - github.com/aws/aws-sdk-go v1.44.285 // indirect |
| 46 | + github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect |
| 47 | + github.com/aws/aws-sdk-go v1.55.7 // indirect |
48 | 48 | github.com/beorn7/perks v1.0.1 // indirect |
49 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 49 | + github.com/blang/semver/v4 v4.0.0 // indirect |
| 50 | + github.com/cenkalti/backoff/v5 v5.0.2 // indirect |
| 51 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
50 | 52 | github.com/chai2010/gettext-go v1.0.2 // indirect |
51 | | - github.com/containerd/containerd v1.7.20 // indirect |
52 | | - github.com/containerd/errdefs v0.1.0 // indirect |
| 53 | + github.com/containerd/containerd v1.7.27 // indirect |
| 54 | + github.com/containerd/errdefs v1.0.0 // indirect |
53 | 55 | github.com/containerd/log v0.1.0 // indirect |
54 | 56 | github.com/containerd/platforms v0.2.1 // indirect |
55 | | - github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
56 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
57 | | - github.com/distribution/reference v0.6.0 // indirect |
58 | | - github.com/docker/cli v27.1.0+incompatible // indirect |
59 | | - github.com/docker/distribution v2.8.3+incompatible // indirect |
60 | | - github.com/docker/docker v27.2.0+incompatible // indirect |
61 | | - github.com/docker/docker-credential-helpers v0.7.0 // indirect |
62 | | - github.com/docker/go-connections v0.5.0 // indirect |
63 | | - github.com/docker/go-metrics v0.0.1 // indirect |
64 | | - github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
65 | | - github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect |
| 57 | + github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
| 58 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 59 | + github.com/docker/cli v28.1.1+incompatible // indirect |
| 60 | + github.com/emicklei/go-restful/v3 v3.12.2 // indirect |
| 61 | + github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect |
66 | 62 | github.com/fatih/color v1.13.0 // indirect |
67 | 63 | github.com/felixge/httpsnoop v1.0.4 // indirect |
68 | | - github.com/gammazero/deque v0.2.0 // indirect |
| 64 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 65 | + github.com/gammazero/deque v1.0.0 // indirect |
69 | 66 | github.com/gammazero/workerpool v1.1.3 // indirect |
70 | 67 | github.com/ghodss/yaml v1.0.0 // indirect |
71 | 68 | github.com/go-errors/errors v1.4.2 // indirect |
72 | 69 | github.com/go-gorp/gorp/v3 v3.1.0 // indirect |
73 | | - github.com/go-logr/logr v1.3.0 // indirect |
| 70 | + github.com/go-logr/logr v1.4.2 // indirect |
74 | 71 | github.com/go-logr/stdr v1.2.2 // indirect |
75 | | - github.com/go-openapi/jsonpointer v0.19.6 // indirect |
76 | | - github.com/go-openapi/jsonreference v0.20.2 // indirect |
77 | | - github.com/go-openapi/swag v0.22.3 // indirect |
| 72 | + github.com/go-openapi/jsonpointer v0.21.1 // indirect |
| 73 | + github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 74 | + github.com/go-openapi/swag v0.23.1 // indirect |
78 | 75 | github.com/gobwas/glob v0.2.3 // indirect |
79 | 76 | github.com/gogo/protobuf v1.3.2 // indirect |
80 | | - github.com/google/btree v1.0.1 // indirect |
81 | | - github.com/google/gnostic-models v0.6.8 // indirect |
82 | | - github.com/google/go-cmp v0.6.0 // indirect |
83 | | - github.com/google/gofuzz v1.2.0 // indirect |
| 77 | + github.com/google/btree v1.1.3 // indirect |
| 78 | + github.com/google/gnostic-models v0.6.9 // indirect |
| 79 | + github.com/google/go-cmp v0.7.0 // indirect |
84 | 80 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
85 | 81 | github.com/google/uuid v1.6.0 // indirect |
86 | | - github.com/gorilla/websocket v1.5.0 // indirect |
| 82 | + github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect |
87 | 83 | github.com/gosuri/uitable v0.0.4 // indirect |
88 | | - github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
| 84 | + github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect |
89 | 85 | github.com/hashicorp/errwrap v1.1.0 // indirect |
90 | 86 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
91 | | - github.com/huandu/xstrings v1.4.0 // indirect |
92 | | - github.com/imdario/mergo v0.3.13 // indirect |
| 87 | + github.com/huandu/xstrings v1.5.0 // indirect |
93 | 88 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
94 | 89 | github.com/jinzhu/inflection v1.0.0 // indirect |
95 | 90 | github.com/jmespath/go-jmespath v0.4.0 // indirect |
96 | | - github.com/jmoiron/sqlx v1.3.5 // indirect |
| 91 | + github.com/jmoiron/sqlx v1.4.0 // indirect |
97 | 92 | github.com/josharian/intern v1.0.0 // indirect |
98 | 93 | github.com/json-iterator/go v1.1.12 // indirect |
99 | | - github.com/klauspost/compress v1.17.4 // indirect |
| 94 | + github.com/klauspost/compress v1.18.0 // indirect |
100 | 95 | github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
101 | 96 | github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
102 | 97 | github.com/lib/pq v1.10.9 // indirect |
103 | 98 | github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
104 | | - github.com/mailru/easyjson v0.7.7 // indirect |
| 99 | + github.com/mailru/easyjson v0.9.0 // indirect |
105 | 100 | github.com/mattn/go-colorable v0.1.13 // indirect |
106 | 101 | github.com/mattn/go-isatty v0.0.17 // indirect |
107 | 102 | github.com/mattn/go-runewidth v0.0.9 // indirect |
108 | | - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
109 | | - github.com/minio/highwayhash v1.0.2 // indirect |
110 | 103 | github.com/mitchellh/copystructure v1.2.0 // indirect |
111 | 104 | github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
112 | 105 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
113 | | - github.com/moby/locker v1.0.1 // indirect |
114 | | - github.com/moby/spdystream v0.2.0 // indirect |
115 | | - github.com/moby/term v0.5.0 // indirect |
| 106 | + github.com/moby/spdystream v0.5.0 // indirect |
| 107 | + github.com/moby/term v0.5.2 // indirect |
116 | 108 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
117 | 109 | github.com/modern-go/reflect2 v1.0.2 // indirect |
118 | 110 | github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
119 | 111 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
120 | 112 | github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect |
121 | | - github.com/nats-io/jwt/v2 v2.5.2 // indirect |
122 | | - github.com/nats-io/nats.go v1.28.0 // indirect |
123 | | - github.com/nats-io/nkeys v0.4.6 // indirect |
| 113 | + github.com/nats-io/nats.go v1.42.0 // indirect |
| 114 | + github.com/nats-io/nkeys v0.4.11 // indirect |
124 | 115 | github.com/nats-io/nuid v1.0.1 // indirect |
125 | 116 | github.com/nxadm/tail v1.4.8 // indirect |
126 | 117 | github.com/opencontainers/go-digest v1.0.0 // indirect |
127 | | - github.com/opencontainers/image-spec v1.1.0 // indirect |
| 118 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
128 | 119 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
129 | 120 | github.com/pkg/errors v0.9.1 // indirect |
130 | | - github.com/pmezard/go-difflib v1.0.0 // indirect |
131 | | - github.com/prometheus/client_model v0.5.0 // indirect |
132 | | - github.com/prometheus/common v0.44.0 // indirect |
133 | | - github.com/prometheus/procfs v0.11.1 // indirect |
134 | | - github.com/rubenv/sql-migrate v1.5.2 // indirect |
| 121 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 122 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 123 | + github.com/prometheus/common v0.64.0 // indirect |
| 124 | + github.com/prometheus/procfs v0.16.1 // indirect |
| 125 | + github.com/rubenv/sql-migrate v1.8.0 // indirect |
135 | 126 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
136 | | - github.com/shopspring/decimal v1.3.1 // indirect |
137 | | - github.com/spf13/cast v1.5.0 // indirect |
138 | | - github.com/spf13/cobra v1.8.1 // indirect |
139 | | - github.com/spf13/pflag v1.0.5 // indirect |
| 127 | + github.com/shopspring/decimal v1.4.0 // indirect |
| 128 | + github.com/spf13/cast v1.7.0 // indirect |
| 129 | + github.com/spf13/cobra v1.9.1 // indirect |
| 130 | + github.com/spf13/pflag v1.0.6 // indirect |
| 131 | + github.com/x448/float16 v0.8.4 // indirect |
140 | 132 | github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
141 | 133 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
142 | 134 | github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
143 | 135 | github.com/xlab/treeprint v1.2.0 // indirect |
144 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect |
145 | | - go.opentelemetry.io/otel v1.21.0 // indirect |
146 | | - go.opentelemetry.io/otel/metric v1.21.0 // indirect |
147 | | - go.opentelemetry.io/otel/trace v1.21.0 // indirect |
148 | | - go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect |
149 | | - go.uber.org/atomic v1.10.0 // indirect |
| 136 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 137 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 138 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 139 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 140 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
150 | 141 | go.uber.org/multierr v1.11.0 // indirect |
151 | | - golang.org/x/crypto v0.31.0 // indirect |
152 | | - golang.org/x/net v0.33.0 // indirect |
153 | | - golang.org/x/oauth2 v0.21.0 // indirect |
154 | | - golang.org/x/sys v0.28.0 // indirect |
155 | | - golang.org/x/term v0.27.0 // indirect |
156 | | - golang.org/x/text v0.21.0 // indirect |
157 | | - golang.org/x/time v0.3.0 // indirect |
158 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect |
| 142 | + golang.org/x/crypto v0.38.0 // indirect |
| 143 | + golang.org/x/net v0.40.0 // indirect |
| 144 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 145 | + golang.org/x/sys v0.33.0 // indirect |
| 146 | + golang.org/x/term v0.32.0 // indirect |
| 147 | + golang.org/x/text v0.25.0 // indirect |
| 148 | + golang.org/x/time v0.11.0 // indirect |
| 149 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect |
| 150 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
159 | 151 | gopkg.in/inf.v0 v0.9.1 // indirect |
160 | 152 | gopkg.in/yaml.v2 v2.4.0 // indirect |
161 | 153 | gopkg.in/yaml.v3 v3.0.1 // indirect |
162 | | - gotest.tools/v3 v3.5.1 // indirect |
163 | | - k8s.io/apiextensions-apiserver v0.29.0 // indirect |
164 | | - k8s.io/apiserver v0.29.0 // indirect |
165 | | - k8s.io/component-base v0.29.0 // indirect |
166 | | - k8s.io/klog/v2 v2.110.1 // indirect |
167 | | - k8s.io/kube-aggregator v0.26.4 // indirect |
168 | | - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect |
169 | | - k8s.io/kubectl v0.29.0 // indirect |
170 | | - k8s.io/kubernetes v1.29.10 // indirect |
171 | | - k8s.io/metrics v0.29.7 // indirect |
| 154 | + k8s.io/apiextensions-apiserver v0.33.0 // indirect |
| 155 | + k8s.io/apiserver v0.33.0 // indirect |
| 156 | + k8s.io/component-base v0.33.0 // indirect |
| 157 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 158 | + k8s.io/kube-aggregator v0.33.0 // indirect |
| 159 | + k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect |
| 160 | + k8s.io/kubectl v0.33.0 // indirect |
| 161 | + k8s.io/kubernetes v1.33.1 // indirect |
| 162 | + k8s.io/metrics v0.33.0 // indirect |
172 | 163 | mellium.im/sasl v0.3.2 // indirect |
173 | | - oras.land/oras-go v1.2.6 // indirect |
174 | | - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
175 | | - sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect |
176 | | - sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 164 | + oras.land/oras-go/v2 v2.5.0 // indirect |
| 165 | + sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| 166 | + sigs.k8s.io/kustomize/api v0.19.0 // indirect |
| 167 | + sigs.k8s.io/randfill v1.0.0 // indirect |
| 168 | + sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect |
177 | 169 | ) |
178 | 170 |
|
179 | | -replace ( |
180 | | - github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250527135246-2439202dc012 |
181 | | - go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v1.18.0 |
182 | | - // https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-505627280 |
183 | | - k8s.io/api => k8s.io/api v0.29.0 |
184 | | - k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.29.0 |
185 | | - k8s.io/apimachinery => k8s.io/apimachinery v0.29.0 |
186 | | - k8s.io/apiserver => k8s.io/apiserver v0.29.0 |
187 | | - k8s.io/cli-runtime => k8s.io/cli-runtime v0.29.0 |
188 | | - k8s.io/client-go => k8s.io/client-go v0.29.0 |
189 | | - k8s.io/cloud-provider => k8s.io/cloud-provider v0.25.0 |
190 | | - k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.25.0 |
191 | | - k8s.io/code-generator => k8s.io/code-generator v0.25.0 |
192 | | - k8s.io/component-base => k8s.io/component-base v0.29.0 |
193 | | - k8s.io/component-helpers => k8s.io/component-helpers v0.26.4 |
194 | | - k8s.io/controller-manager => k8s.io/controller-manager v0.25.0 |
195 | | - k8s.io/cri-api => k8s.io/cri-api v0.25.0 |
196 | | - k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.25.0 |
197 | | - k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.27.2 |
198 | | - k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.4 |
199 | | - k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.25.0 |
200 | | - k8s.io/kube-proxy => k8s.io/kube-proxy v0.25.0 |
201 | | - k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.25.0 |
202 | | - k8s.io/kubectl => k8s.io/kubectl v0.29.0 |
203 | | - k8s.io/kubelet => k8s.io/kubelet v0.25.0 |
204 | | - k8s.io/kubernetes => k8s.io/kubernetes v1.26.11 |
205 | | - k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.25.0 |
206 | | - k8s.io/metrics => k8s.io/metrics v0.25.0 |
207 | | - k8s.io/mount-utils => k8s.io/mount-utils v0.25.0 |
208 | | - k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.25.0 |
209 | | - k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.25.0 |
210 | | -) |
| 171 | +replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250604122935-118e74f11795 |
0 commit comments