Skip to content

Commit 1a677d0

Browse files
committed
Rebase
1 parent a266794 commit 1a677d0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ require (
5252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5353
github.com/modern-go/reflect2 v1.0.2 // indirect
5454
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55-
github.com/nxadm/tail v1.4.8 // indirect
5655
github.com/onsi/ginkgo v1.16.5 // indirect
5756
github.com/pkg/errors v0.9.1 // indirect
5857
github.com/prometheus/common v0.32.1 // indirect

pkg/envtest/crd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package envtest
1818

1919
import (
20-
. "github.com/onsi/ginkgo"
20+
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222
"k8s.io/apimachinery/pkg/util/sets"
2323
)

pkg/manager/manager_options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package manager
22

33
import (
4-
. "github.com/onsi/ginkgo"
4+
. "github.com/onsi/ginkgo/v2"
55
. "github.com/onsi/gomega"
66

77
"sigs.k8s.io/controller-runtime/pkg/config"

pkg/webhook/admission/defaulter_test.go

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

7-
. "github.com/onsi/ginkgo"
7+
. "github.com/onsi/ginkgo/v2"
88
. "github.com/onsi/gomega"
99

1010
admissionv1 "k8s.io/api/admission/v1"

0 commit comments

Comments
 (0)