Chore: Fix goimports grouping in other backend platform packages (#62422)
* fix goimports * fix goimports order * fix goimports order * fix goimports order * fix goimports order * fix goimports order
This commit is contained in:
@@ -10,9 +10,10 @@ import (
|
||||
|
||||
storage "cloud.google.com/go/storage"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
gcsifaces "github.com/grafana/grafana/pkg/ifaces/gcsifaces"
|
||||
google "golang.org/x/oauth2/google"
|
||||
jwt "golang.org/x/oauth2/jwt"
|
||||
|
||||
gcsifaces "github.com/grafana/grafana/pkg/ifaces/gcsifaces"
|
||||
)
|
||||
|
||||
// MockStorageClient is a mock of StorageClient interface
|
||||
|
||||
Reference in New Issue
Block a user