Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Oct 3, 2024
1 parent ecfe24f commit 932beb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions util/app/discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ package discovery
import (
"context"
"fmt"
securejoin "github.com/cyphar/filepath-securejoin"
"os"
"path/filepath"
"strings"

securejoin "github.com/cyphar/filepath-securejoin"
"github.com/golang/protobuf/ptypes/empty"

grpc_retry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
log "github.com/sirupsen/logrus"

Expand Down
8 changes: 4 additions & 4 deletions util/app/discovery/discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ package discovery

import (
"context"
"github.com/argoproj/argo-cd/v2/cmpserver/apiclient"
cmpmocks "github.com/argoproj/argo-cd/v2/cmpserver/apiclient/mocks"
"github.com/argoproj/argo-cd/v2/util/app/discovery/mocks"
"github.com/stretchr/testify/mock"
"testing"

"github.com/argoproj/argo-cd/v2/cmpserver/apiclient"
cmpmocks "github.com/argoproj/argo-cd/v2/cmpserver/apiclient/mocks"
"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
"github.com/argoproj/argo-cd/v2/util/app/discovery/mocks"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit 932beb7

Please sign in to comment.