Skip to content

Commit ae7d9ad

Browse files
Merge pull request #189 from pivotal-cf/REDVM-281-gingko-v2-sb
Redvm 281 gingko v2 sb
2 parents 1c58845 + af9f013 commit ae7d9ad

File tree

452 files changed

+44264
-12370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+44264
-12370
lines changed

azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package azure
88

99
import (
10-
"code.cloudfoundry.org/lager"
10+
"code.cloudfoundry.org/lager/v3"
1111
"fmt"
1212
"github.com/Azure/azure-sdk-for-go/storage"
1313
"github.com/pivotal-cf/service-backup/process"

azure/azure_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/onsi/gomega/gexec"
77

8-
. "github.com/onsi/ginkgo"
8+
. "github.com/onsi/ginkgo/v2"
99
. "github.com/onsi/gomega"
1010
)
1111

azureintegration/azure_integration_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"encoding/json"
1111
"os"
1212

13-
. "github.com/onsi/ginkgo"
13+
. "github.com/onsi/ginkgo/v2"
1414
. "github.com/onsi/gomega"
1515
"github.com/onsi/gomega/gexec"
1616

azureintegration/azure_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"strconv"
1818
"time"
1919

20-
. "github.com/onsi/ginkgo"
20+
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222
"github.com/onsi/gomega/gbytes"
2323
"github.com/onsi/gomega/gexec"

cmd/manual-backup/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"os/signal"
1212
"syscall"
1313

14-
"code.cloudfoundry.org/lager"
14+
"code.cloudfoundry.org/lager/v3"
1515
"github.com/pivotal-cf/service-backup/config"
1616
"github.com/pivotal-cf/service-backup/executor"
1717
"github.com/pivotal-cf/service-backup/process"

config/config_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package config_test
88

99
import (
10-
. "github.com/onsi/ginkgo"
10+
. "github.com/onsi/ginkgo/v2"
1111
. "github.com/onsi/gomega"
1212

1313
"testing"

config/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package config
99
import (
1010
"io/ioutil"
1111

12-
"code.cloudfoundry.org/lager"
12+
"code.cloudfoundry.org/lager/v3"
1313
alerts "github.com/pivotal-cf/service-alerts-client/client"
1414
"gopkg.in/yaml.v2"
1515
)

config/parse_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
package config_test
88

99
import (
10-
"code.cloudfoundry.org/lager"
11-
. "github.com/onsi/ginkgo"
10+
"code.cloudfoundry.org/lager/v3"
11+
. "github.com/onsi/ginkgo/v2"
1212
. "github.com/onsi/gomega"
1313
alerts "github.com/pivotal-cf/service-alerts-client/client"
1414
"github.com/pivotal-cf/service-backup/config"

executor/dir_size_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"os"
1313
"path/filepath"
1414

15-
. "github.com/onsi/ginkgo"
15+
. "github.com/onsi/ginkgo/v2"
1616
. "github.com/onsi/gomega"
1717

1818
"github.com/satori/go.uuid"

executor/dummy_executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
package executor
88

9-
import "code.cloudfoundry.org/lager"
9+
import "code.cloudfoundry.org/lager/v3"
1010

1111
type dummyExecutor struct {
1212
logger lager.Logger

0 commit comments

Comments
 (0)