Browse Source

Troubleshooting failed CI

Signed-off-by: Idowu Emehinola <hydeenoble39@gmail.com>
Idowu Emehinola 4 years ago
parent
commit
88fe6dd479

+ 1 - 1
e2e/framework/addon/vault.go

@@ -30,7 +30,7 @@ import (
 
 	"github.com/golang-jwt/jwt/v4"
 	vault "github.com/hashicorp/vault/api"
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 	v1 "k8s.io/api/core/v1"

+ 1 - 1
e2e/framework/framework.go

@@ -14,7 +14,7 @@ limitations under the License.
 package framework
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/akeyless/akeyless.go

@@ -15,7 +15,7 @@ limitations under the License.
 package akeyless
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/akeyless/provider.go

@@ -27,7 +27,7 @@ import (
 	azure_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/azure"
 	gcp_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/gcp"
 	"github.com/akeylesslabs/akeyless-go/v2"
-	
+
 	//nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/alibaba/alibaba.go

@@ -15,7 +15,7 @@ limitations under the License.
 package alibaba
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/alibaba/provider.go

@@ -19,7 +19,7 @@ import (
 	"os"
 
 	"github.com/aliyun/alibaba-cloud-sdk-go/services/kms"
-	
+
 	//nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/parameterstore/parameterstore.go

@@ -15,7 +15,7 @@ limitations under the License.
 package aws
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/parameterstore/parameterstore_managed.go

@@ -15,7 +15,7 @@ limitations under the License.
 package aws
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/parameterstore/provider.go

@@ -23,7 +23,7 @@ import (
 	"github.com/aws/aws-sdk-go/aws/credentials"
 	"github.com/aws/aws-sdk-go/aws/session"
 	"github.com/aws/aws-sdk-go/service/ssm"
-	
+
 	//nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/secretsmanager/provider.go

@@ -24,7 +24,7 @@ import (
 	"github.com/aws/aws-sdk-go/aws/credentials"
 	"github.com/aws/aws-sdk-go/aws/session"
 	"github.com/aws/aws-sdk-go/service/secretsmanager"
-	
+
 	//nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/secretsmanager/secretsmanager.go

@@ -15,7 +15,7 @@ limitations under the License.
 package aws
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/aws/secretsmanager/secretsmanager_managed.go

@@ -15,7 +15,7 @@ limitations under the License.
 package aws
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/azure/azure_key.go

@@ -17,7 +17,7 @@ import (
 	"fmt"
 
 	"github.com/Azure/azure-sdk-for-go/profiles/latest/keyvault/keyvault"
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 	v1 "k8s.io/api/core/v1"

+ 1 - 1
e2e/suite/azure/azure_secret.go

@@ -13,7 +13,7 @@ limitations under the License.
 package azure
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/azure/provider.go

@@ -19,7 +19,7 @@ import (
 
 	"github.com/Azure/azure-sdk-for-go/profiles/latest/keyvault/keyvault"
 	kvauth "github.com/Azure/go-autorest/autorest/azure/auth"
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 	// nolint

+ 1 - 1
e2e/suite/gcp/gcp_managed.go

@@ -13,7 +13,7 @@ limitations under the License.
 package gcp
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/gcp/provider.go

@@ -18,7 +18,7 @@ import (
 	"os"
 
 	secretmanager "cloud.google.com/go/secretmanager/apiv1"
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/gitlab/gitlab.go

@@ -18,7 +18,7 @@ package gitlab
 // and in e2e/suite/common/common.go, but this breaks Azure provider.
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/gitlab/provider.go

@@ -20,7 +20,7 @@ import (
 
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
-	
+
 	// nolint
 	. "github.com/onsi/gomega"
 	gitlab "github.com/xanzy/go-gitlab"

+ 1 - 1
e2e/suite/import.go

@@ -14,7 +14,7 @@ limitations under the License.
 package suite
 
 import (
-	
+
 	// import different e2e test suites.
 	_ "github.com/external-secrets/external-secrets/e2e/suite/aws/parameterstore"
 	_ "github.com/external-secrets/external-secrets/e2e/suite/aws/secretsmanager"

+ 1 - 1
e2e/suite/oracle/oracle.go

@@ -13,7 +13,7 @@ limitations under the License.
 package oracle
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/oracle/provider.go

@@ -15,7 +15,7 @@ package oracle
 import (
 	"context"
 	"os"
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
e2e/suite/template/provider.go

@@ -18,7 +18,7 @@ import (
 
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
-	
+
 	// nolint
 	. "github.com/onsi/gomega"
 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

+ 1 - 1
e2e/suite/template/template.go

@@ -13,7 +13,7 @@ limitations under the License.
 package template
 
 import (
-	
+
 	// nolint
 	. "github.com/onsi/ginkgo/v2"
 	v1 "k8s.io/api/core/v1"

+ 1 - 1
e2e/suite/vault/provider.go

@@ -19,7 +19,7 @@ import (
 	"net/http"
 
 	vault "github.com/hashicorp/vault/api"
-	
+
 	//nolint
 	. "github.com/onsi/ginkgo/v2"
 

+ 1 - 1
pkg/utils/utils.go

@@ -15,7 +15,7 @@ limitations under the License.
 package utils
 
 import (
-	
+
 	// nolint:gosec
 	"crypto/md5"
 	"fmt"