Skip to content

Commit f03ffb3

Browse files
authored
fix: bump gitops-engine for ssd fix (argoproj#23456)
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
1 parent d4ebcc0 commit f03ffb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Masterminds/sprig/v3 v3.3.0
1313
github.com/TomOnTime/utfutil v1.0.0
1414
github.com/alicebob/miniredis/v2 v2.35.0
15-
github.com/argoproj/gitops-engine v0.7.1-0.20250616212358-8007df5f6c5d
15+
github.com/argoproj/gitops-engine v0.7.1-0.20250617174952-093aef0dad58
1616
github.com/argoproj/notifications-engine v0.4.1-0.20250309174002-87bf0576a872
1717
github.com/argoproj/pkg v0.13.6
1818
github.com/argoproj/pkg/v2 v2.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
113113
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
114114
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
115115
github.com/appscode/go v0.0.0-20191119085241-0887d8ec2ecc/go.mod h1:OawnOmAL4ZX3YaPdN+8HTNwBveT1jMsqP74moa9XUbE=
116-
github.com/argoproj/gitops-engine v0.7.1-0.20250616212358-8007df5f6c5d h1:Zv34cXFLw5S+FUiksr6N7gVVvq7qvXuxmnwE2prND+k=
117-
github.com/argoproj/gitops-engine v0.7.1-0.20250616212358-8007df5f6c5d/go.mod h1:aIBEG3ohgaC1gh/sw2On6knkSnXkqRLDoBj234Dqczw=
116+
github.com/argoproj/gitops-engine v0.7.1-0.20250617174952-093aef0dad58 h1:9ESamu44v3dR9j/I4/4Aa1Fx3QSIE8ElK1CR8Z285uk=
117+
github.com/argoproj/gitops-engine v0.7.1-0.20250617174952-093aef0dad58/go.mod h1:aIBEG3ohgaC1gh/sw2On6knkSnXkqRLDoBj234Dqczw=
118118
github.com/argoproj/notifications-engine v0.4.1-0.20250309174002-87bf0576a872 h1:ADGAdyN9ty0+RmTT/yn+xV9vwkqvLn9O1ccqeP0Zeas=
119119
github.com/argoproj/notifications-engine v0.4.1-0.20250309174002-87bf0576a872/go.mod h1:d1RazGXWvKRFv9//rg4MRRR7rbvbE7XLgTSMT5fITTE=
120120
github.com/argoproj/pkg v0.13.6 h1:36WPD9MNYECHcO1/R1pj6teYspiK7uMQLCgLGft2abM=

0 commit comments

Comments
 (0)