chore: Upgrade Go module to v2 (#5931)

* chore: Upgrade Go module to v2

Signed-off-by: jannfis <jann@mistrust.net>

* Restore import order

Signed-off-by: jannfis <jann@mistrust.net>

* fix knowntypes_normalizer codegen error

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix codegen

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix Procfile

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
jannfis
2021-04-01 20:44:18 +02:00
committed by GitHub
parent a2ebe15895
commit ae49b45249
293 changed files with 2788 additions and 2779 deletions

View File

@@ -6,12 +6,12 @@ import (
"github.com/spf13/cobra/doc"
controller "github.com/argoproj/argo-cd/cmd/argocd-application-controller/commands"
argocddex "github.com/argoproj/argo-cd/cmd/argocd-dex/commands"
reposerver "github.com/argoproj/argo-cd/cmd/argocd-repo-server/commands"
argocdserver "github.com/argoproj/argo-cd/cmd/argocd-server/commands"
argocdutil "github.com/argoproj/argo-cd/cmd/argocd-util/commands"
argocdcli "github.com/argoproj/argo-cd/cmd/argocd/commands"
controller "github.com/argoproj/argo-cd/v2/cmd/argocd-application-controller/commands"
argocddex "github.com/argoproj/argo-cd/v2/cmd/argocd-dex/commands"
reposerver "github.com/argoproj/argo-cd/v2/cmd/argocd-repo-server/commands"
argocdserver "github.com/argoproj/argo-cd/v2/cmd/argocd-server/commands"
argocdutil "github.com/argoproj/argo-cd/v2/cmd/argocd-util/commands"
argocdcli "github.com/argoproj/argo-cd/v2/cmd/argocd/commands"
)
func main() {