Import github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1 into operator-sdk project #17019
Closed
3 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
I tried to import argocd go packages to the controller created with operator-sdk.
I follow the docs of Importing ArgoCD go packages and used latest version of go.mod - I copy/paste 'replace' block to my own go.mod. When I run 'go mod tidy' I got errors presented below.
Version of operator sdk:
To Reproduce
Create any controller with operator-sdk and import the package:
argoprojv1alpha1 "github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1"
run
go mod tidy
Logs
This could be related to argoproj/gitops-engine#535
Is there any workaround I can use right now?
The text was updated successfully, but these errors were encountered: