@@ -17,7 +17,7 @@ require (
17
17
github.com/deckarep/golang-set v1.8.0
18
18
github.com/devtron-labs/authenticator v0.4.33
19
19
github.com/devtron-labs/common-lib v0.0.12
20
- github.com/devtron-labs/protos v0.0.0-20230503113602-282404f70fd2
20
+ github.com/devtron-labs/protos v0.0.3-0.20240130061723-7b2e12ab0abb
21
21
github.com/evanphx/json-patch v5.6.0+incompatible
22
22
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
23
23
github.com/go-pg/pg v6.15.1+incompatible
@@ -90,6 +90,7 @@ require (
90
90
cloud.google.com/go/compute/metadata v0.2.3 // indirect
91
91
cloud.google.com/go/iam v1.1.1 // indirect
92
92
cloud.google.com/go/storage v1.30.1 // indirect
93
+ dario.cat/mergo v1.0.0 // indirect
93
94
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
94
95
github.com/Azure/azure-storage-blob-go v0.12.0 // indirect
95
96
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -106,9 +107,8 @@ require (
106
107
github.com/Masterminds/semver v1.5.0 // indirect
107
108
github.com/Masterminds/semver/v3 v3.2.0 // indirect
108
109
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
109
- github.com/Microsoft/go-winio v0.5.2 // indirect
110
- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
111
- github.com/acomagu/bufpipe v1.0.3 // indirect
110
+ github.com/Microsoft/go-winio v0.6.1 // indirect
111
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
112
112
github.com/agext/levenshtein v1.2.1 // indirect
113
113
github.com/antonmedv/expr v1.9.0 // indirect
114
114
github.com/apparentlymart/go-textseg v1.0.0 // indirect
@@ -123,22 +123,22 @@ require (
123
123
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
124
124
github.com/cespare/xxhash/v2 v2.2.0 // indirect
125
125
github.com/chai2010/gettext-go v1.0.2 // indirect
126
+ github.com/cloudflare/circl v1.3.3 // indirect
126
127
github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31 // indirect
127
128
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
128
129
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
129
130
github.com/docker/distribution v2.8.2+incompatible // indirect
130
131
github.com/doublerebel/bellows v0.0.0-20160303004610-f177d92a03d3 // indirect
131
- github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027 // indirect
132
132
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
133
- github.com/emirpasic/gods v1.12.0 // indirect
133
+ github.com/emirpasic/gods v1.18.1 // indirect
134
134
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
135
135
github.com/fatih/camelcase v1.0.0 // indirect
136
136
github.com/felixge/httpsnoop v1.0.4 // indirect
137
137
github.com/fvbommel/sortorder v1.0.1 // indirect
138
138
github.com/go-errors/errors v1.0.1 // indirect
139
- github.com/go-git/gcfg v1.5.0 // indirect
140
- github.com/go-git/go-billy/v5 v5.3.1 // indirect
141
- github.com/go-git/go-git/v5 v5.4.2 // indirect
139
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
140
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
141
+ github.com/go-git/go-git/v5 v5.11.0 // indirect
142
142
github.com/go-logr/logr v1.3.0 // indirect
143
143
github.com/go-logr/stdr v1.2.2 // indirect
144
144
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -211,6 +211,7 @@ require (
211
211
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect
212
212
github.com/opencontainers/go-digest v1.0.0 // indirect
213
213
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
214
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
214
215
github.com/pmezard/go-difflib v1.0.0 // indirect
215
216
github.com/pquerna/cachecontrol v0.1.0 // indirect
216
217
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
@@ -220,6 +221,7 @@ require (
220
221
github.com/sergi/go-diff v1.1.0 // indirect
221
222
github.com/shopspring/decimal v1.2.0 // indirect
222
223
github.com/sirupsen/logrus v1.9.3 // indirect
224
+ github.com/skeema/knownhosts v1.2.1 // indirect
223
225
github.com/spf13/cast v1.5.0 // indirect
224
226
github.com/spf13/cobra v1.7.0 // indirect
225
227
github.com/spf13/pflag v1.0.5 // indirect
@@ -232,7 +234,7 @@ require (
232
234
github.com/vmihailenco/go-tinylfu v0.2.1 // indirect
233
235
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
234
236
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
235
- github.com/xanzy/ssh-agent v0.3.1 // indirect
237
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
236
238
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
237
239
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
238
240
github.com/xlab/treeprint v1.1.0 // indirect
@@ -244,12 +246,14 @@ require (
244
246
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
245
247
go.uber.org/atomic v1.10.0 // indirect
246
248
go.uber.org/multierr v1.11.0 // indirect
247
- golang.org/x/net v0.17.0 // indirect
249
+ golang.org/x/mod v0.12.0 // indirect
250
+ golang.org/x/net v0.19.0 // indirect
248
251
golang.org/x/sync v0.3.0 // indirect
249
252
golang.org/x/sys v0.15.0 // indirect
250
253
golang.org/x/term v0.15.0 // indirect
251
254
golang.org/x/text v0.14.0 // indirect
252
255
golang.org/x/time v0.3.0 // indirect
256
+ golang.org/x/tools v0.13.0 // indirect
253
257
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
254
258
google.golang.org/api v0.126.0 // indirect
255
259
google.golang.org/appengine v1.6.7 // indirect
0 commit comments