File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"sigs.k8s.io/controller-runtime/pkg/client"
13
13
gatewayv1alpha2 "sigs.k8s.io/gateway-api/apis/v1alpha2"
14
14
15
- ngfAPIv1alpha1 "github.com/nginx/nginx-gateway-fabric/apis/v1alpha1"
15
+ ngfAPIv1alpha1 "github.com/nginx/nginx-gateway-fabric/v2/ apis/v1alpha1"
16
16
)
17
17
18
18
const (
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ go 1.24.2
5
5
replace github.com/nginx/nginx-gateway-fabric/v2 => ../
6
6
7
7
require (
8
- github.com/nginx/nginx-gateway-fabric v1.6.2
9
8
github.com/nginx/nginx-gateway-fabric/v2 v2.0.0
10
9
github.com/onsi/ginkgo/v2 v2.23.4
11
10
github.com/onsi/gomega v1.38.0
Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+
94
94
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
95
95
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus =
96
96
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
97
- github.com/nginx/nginx-gateway-fabric v1.6.2 h1:ktdShWxT/Drh/5/u8S5QMRgnnBGvVuFDV10ttRk0W+c =
98
- github.com/nginx/nginx-gateway-fabric v1.6.2 /go.mod h1:Fi2hdmoNj9nQRX9YQDju+ntMPG4Fgcw+irfl/GYWSEk =
99
97
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
100
98
github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
101
99
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
You can’t perform that action at this time.
0 commit comments