We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b7841 commit f0ef80aCopy full SHA for f0ef80a
config/provider.go
@@ -8,9 +8,9 @@ import (
8
// Note(turkenh): we are importing this to embed provider schema document
9
_ "embed"
10
11
+ ujconfig "github.com/crossplane/upjet/pkg/config"
12
"github.com/philips-software/provider-hsdp/config/cdr"
13
"github.com/philips-software/provider-hsdp/config/dicom"
- ujconfig "github.com/crossplane/upjet/pkg/config"
14
15
"github.com/philips-software/provider-hsdp/config/iam"
16
)
0 commit comments