Skip to content

Commit f71dcc1

Browse files
geofffranksebroberson
authored andcommitted
Fix go.mod to not mix ginkgo v1 with ginkgo v2 which resulted in failures on certain unit tests
1 parent e09657e commit f71dcc1

File tree

124 files changed

+1
-14059
lines changed

Some content is hidden

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

124 files changed

+1
-14059
lines changed

src/code.cloudfoundry.org/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ require (
3737
github.com/nats-io/nats-server/v2 v2.10.22
3838
github.com/nats-io/nats-top v0.6.2
3939
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
40-
github.com/onsi/ginkgo v1.16.5
4140
github.com/onsi/ginkgo/v2 v2.22.0
4241
github.com/onsi/gomega v1.36.0
4342
github.com/pivotal-cf-experimental/gomegamatchers v0.0.0-20180326192815-e36bfcc98c3a
@@ -98,6 +97,5 @@ require (
9897
google.golang.org/grpc v1.68.0 // indirect
9998
google.golang.org/protobuf v1.35.2 // indirect
10099
gopkg.in/gorp.v1 v1.7.2 // indirect
101-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
102100
gopkg.in/yaml.v3 v3.0.1 // indirect
103101
)

src/code.cloudfoundry.org/test-helpers/conflicting_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66
"time"
77

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

src/code.cloudfoundry.org/vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/code.cloudfoundry.org/vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/code.cloudfoundry.org/vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)