Skip to content

Commit 5cc63bd

Browse files
committed
Update
1 parent 9521adf commit 5cc63bd

File tree

2 files changed

+4
-222
lines changed

2 files changed

+4
-222
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ require (
111111
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
112112
github.com/opencontainers/go-digest v1.0.0 // indirect
113113
github.com/opencontainers/image-spec v1.1.1 // indirect
114-
github.com/openshift/client-go v0.0.0-20200325131901-f7baeb993edb // indirect
115114
github.com/patrickmn/go-cache v2.1.1-0.20191004192108-46f407853014+incompatible // indirect
116115
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
117116
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -178,6 +177,8 @@ require (
178177
)
179178

180179
replace (
180+
github.com/argoproj-labs/argocd-operator => github.com/Rizwana777/argocd-operator v0.0.0-20250811105028-6000c1dcb916
181+
181182
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
182183
github.com/grpc-ecosystem/grpc-gateway => github.com/grpc-ecosystem/grpc-gateway v1.16.0
183184

0 commit comments

Comments
 (0)