Skip to content

Commit eaf5009

Browse files
committed
argo-version update
1 parent ca209fc commit eaf5009

5 files changed

Lines changed: 33 additions & 8 deletions

File tree

kubewatch/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/devtron-labs/kubewatch
22

3-
go 1.24.2
3+
go 1.24.6
44

5-
toolchain go1.24.3
5+
toolchain go1.24.7
66

77
require (
8-
github.com/argoproj/argo-cd/v2 v2.14.13
8+
github.com/argoproj/argo-cd/v2 v2.14.17
99
github.com/argoproj/argo-workflows/v3 v3.6.7
1010
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1
1111
github.com/caarlos0/env v3.5.0+incompatible

kubewatch/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/alicebob/miniredis/v2 v2.33.0/go.mod h1:MhP4a3EU7aENRi9aO+tHfTBZicLqQ
4242
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
4343
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
4444
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
45-
github.com/argoproj/argo-cd/v2 v2.14.13 h1:oSLPHV9Gon6mEqVkyBOuLJ7T16ShZv6xSjkCiquzEDM=
46-
github.com/argoproj/argo-cd/v2 v2.14.13/go.mod h1:P72XxcRigWQpQsuAgaXyHPFYkSPE4sdACA5g/s3Si1I=
45+
github.com/argoproj/argo-cd/v2 v2.14.17 h1:r/CkYKzHoPjGgJ/4/fdubUVpG+LBj6AtOigbitNHgy4=
46+
github.com/argoproj/argo-cd/v2 v2.14.17/go.mod h1:CF9GX0CjKiszpAnvYNCLV5tLSVqgfOgn/tcOt2VHTQo=
4747
github.com/argoproj/argo-events v1.9.6 h1:tQTyUmMt0/4UI+9fbXrmK1/h9oalV7KBCC3YgPI7qz0=
4848
github.com/argoproj/argo-events v1.9.6/go.mod h1:MkJI9UXTLnLOFX6LKo0rC1tnvWfLFzKkGigsdfu58SA=
4949
github.com/argoproj/argo-workflows/v3 v3.6.7 h1:3vT0ygPVtZxSSUaZsCeI+Th/Bm9Cfc2J1FQOGe2iKoM=

kubewatch/vendor/github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1/repository_types.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kubewatch/vendor/github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1/types.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kubewatch/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/ProtonMail/go-crypto/openpgp/packet
5151
github.com/ProtonMail/go-crypto/openpgp/s2k
5252
github.com/ProtonMail/go-crypto/openpgp/x25519
5353
github.com/ProtonMail/go-crypto/openpgp/x448
54-
# github.com/argoproj/argo-cd/v2 v2.14.13
55-
## explicit; go 1.23.0
54+
# github.com/argoproj/argo-cd/v2 v2.14.17
55+
## explicit; go 1.24.6
5656
github.com/argoproj/argo-cd/v2/assets
5757
github.com/argoproj/argo-cd/v2/common
5858
github.com/argoproj/argo-cd/v2/pkg/apis/application

0 commit comments

Comments
 (0)