Skip to content

Commit 86de9db

Browse files
committed
ci: make reviewable
Signed-off-by: Julien Christophe <julien.christophe@datanumia.com>
1 parent 841c385 commit 86de9db

3 files changed

Lines changed: 837 additions & 306 deletions

File tree

apis/postgresql/v1alpha1/grant_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ package v1alpha1
1818

1919
import (
2020
"context"
21-
"github.com/pkg/errors"
21+
2222
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2323
"sigs.k8s.io/controller-runtime/pkg/client"
2424

2525
xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
2626
"github.com/crossplane/crossplane-runtime/pkg/reference"
27+
"github.com/pkg/errors"
2728
)
2829

2930
const (

0 commit comments

Comments
 (0)