Skip to content

Commit

Permalink
ci: add goimports-reviser
Browse files Browse the repository at this point in the history
Signed-off-by: Gallardot <tttick@163.com>
  • Loading branch information
Gallardot committed Jan 19, 2023
1 parent 239a219 commit a0678b6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ package plugins
import (
"net/http"

"github.com/incubator4/go-resty-expr/expr"

"github.com/apache/apisix-ingress-controller/pkg/providers/ingress/translation/annotations"
apisixv1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"

"github.com/incubator4/go-resty-expr/expr"
)

type HttpMethod struct{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ import (
"net/http"
"testing"

"github.com/incubator4/go-resty-expr/expr"
"github.com/stretchr/testify/assert"

"github.com/apache/apisix-ingress-controller/pkg/providers/ingress/translation/annotations"
apisixv1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"

"github.com/incubator4/go-resty-expr/expr"
)

// annotations:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-chore/admin_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ package chore
import (
"context"

v1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
"github.com/onsi/ginkgo/v2"
"github.com/stretchr/testify/assert"

v1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
)

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-features/external-sd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
"os"
"time"

"github.com/apache/apisix-ingress-controller/pkg/config"
"github.com/onsi/ginkgo/v2"
"github.com/stretchr/testify/assert"

"github.com/apache/apisix-ingress-controller/pkg/config"
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
)

Expand Down
3 changes: 2 additions & 1 deletion test/e2e/suite-plugins/suite-plugins-general/secret_ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ package plugins

import (
"fmt"
"net/http"

ginkgo "github.com/onsi/ginkgo/v2"
"github.com/stretchr/testify/assert"
"net/http"

"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
)
Expand Down

0 comments on commit a0678b6

Please sign in to comment.