File tree Expand file tree Collapse file tree 4 files changed +16
-2790
lines changed
pkg/sources_server_client Expand file tree Collapse file tree 4 files changed +16
-2790
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package utils
22
33import (
44 "encoding/json"
5- sourcesServerCommon "github.com/codefresh-io/octopus- argo/sources-server/common "
5+ "github.com/argoproj/ argo-cd/v2/pkg/sources_server_client "
66 log "github.com/sirupsen/logrus"
77
88 "github.com/argoproj/argo-cd/v2/pkg/apiclient/events"
@@ -19,7 +19,7 @@ func RepoAppVersionsToEvent(applicationVersions *apiclient.ApplicationVersions)
1919 return applicationVersionsEvents , nil
2020}
2121
22- func SourcesAppVersionsToRepo (applicationVersions * sourcesServerCommon .AppVersionResult , logCtx * log.Entry ) * apiclient.ApplicationVersions {
22+ func SourcesAppVersionsToRepo (applicationVersions * sources_server_client .AppVersionResult , logCtx * log.Entry ) * apiclient.ApplicationVersions {
2323 if applicationVersions == nil {
2424 return nil
2525 }
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ require (
133133 github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
134134 github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
135135 github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
136- github.com/codefresh-io/octopus-argo v0.0.0-00010101000000-000000000000 // indirect
137136 github.com/davidmz/go-pageant v1.0.2 // indirect
138137 github.com/distribution/reference v0.5.0 // indirect
139138 github.com/go-fed/httpsig v1.1.0 // indirect
You can’t perform that action at this time.
0 commit comments