Chore: Fix goimports grouping (#62426)

fix goimports ordering
This commit is contained in:
Serge Zaitsev
2023-01-30 09:34:18 +01:00
committed by GitHub
parent f531074d89
commit 7dbd2cd139
32 changed files with 60 additions and 44 deletions

View File

@@ -8,12 +8,12 @@ import (
"testing"
"time"
"github.com/grafana/grafana/pkg/services/auth"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/components/simplejson"
"github.com/grafana/grafana/pkg/infra/db"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/services/auth"
"github.com/grafana/grafana/pkg/services/quota"
"github.com/grafana/grafana/pkg/services/user"
"github.com/grafana/grafana/pkg/setting"

View File

@@ -14,9 +14,10 @@ import (
"os"
"time"
jose "gopkg.in/square/go-jose.v2"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/infra/remotecache"
jose "gopkg.in/square/go-jose.v2"
)
var ErrFailedToParsePemFile = errors.New("failed to parse pem-encoded file")