File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ require (
4242 github.com/Masterminds/squirrel v1.5.4 // indirect
4343 github.com/Microsoft/go-winio v0.6.2 // indirect
4444 github.com/Microsoft/hcsshim v0.11.7 // indirect
45- github.com/argoproj/argo-cd/v2 v2.14.16 // indirect
4645 github.com/arl/statsviz v0.6.0 // indirect
4746 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
4847 github.com/aws/aws-sdk-go v1.55.7 // indirect
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ module github.com/devtron-labs/kubewatch
33go 1.24.10
44
55require (
6- github.com/argoproj/argo-cd/v2 v2.14.13
6+ github.com/argoproj/argo-cd/v2 v2.14.16
77 github.com/argoproj/argo-workflows/v3 v3.7.11
88 github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1
99 github.com/caarlos0/env v3.5.0+incompatible
1010 github.com/go-pg/pg v6.15.1+incompatible
1111 github.com/go-resty/resty/v2 v2.16.5
12- github.com/go-resty/resty/v2 v2.16.5
1312 github.com/gorilla/mux v1.8.1
1413 github.com/nlopes/slack v0.1.0
1514 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
4949github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
5050github.com/argoproj/argo-cd/v2 v2.14.13 h1:oSLPHV9Gon6mEqVkyBOuLJ7T16ShZv6xSjkCiquzEDM =
5151github.com/argoproj/argo-cd/v2 v2.14.13 /go.mod h1:P72XxcRigWQpQsuAgaXyHPFYkSPE4sdACA5g/s3Si1I =
52+ github.com/argoproj/argo-cd/v2 v2.14.16 h1:S7ZE9XqyyQCAqaJO37+CyO1zdytkTr/Uepo4TlgPUvk =
53+ github.com/argoproj/argo-cd/v2 v2.14.16 /go.mod h1:CF9GX0CjKiszpAnvYNCLV5tLSVqgfOgn/tcOt2VHTQo =
5254github.com/argoproj/argo-events v1.9.6 h1:tQTyUmMt0/4UI+9fbXrmK1/h9oalV7KBCC3YgPI7qz0 =
5355github.com/argoproj/argo-events v1.9.6 /go.mod h1:MkJI9UXTLnLOFX6LKo0rC1tnvWfLFzKkGigsdfu58SA =
5456github.com/argoproj/argo-workflows/v3 v3.6.7 h1:3vT0ygPVtZxSSUaZsCeI+Th/Bm9Cfc2J1FQOGe2iKoM =
You can’t perform that action at this time.
0 commit comments