fix registry address

This commit is contained in:
behrooz razzaghi
2025-04-05 16:58:47 +03:30
parent fd1e1f1d2e
commit 61a9fbe9f2
8 changed files with 23 additions and 42 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/argoproj/argo-cd/v2 v2.13.3
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/gorilla/mux v1.7.3
github.com/rs/cors v1.11.0
golang.org/x/crypto v0.32.0
k8s.io/apimachinery v0.31.0
)