Skip to content

Commit 84beaa9

Browse files
committed
resolve conflict
1 parent 97f8b00 commit 84beaa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/e2e/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.18
55
require (
66
github.com/apache/apisix-ingress-controller v0.0.0-20210105024109-72e53386de5a
77
github.com/apache/apisix-ingress-controller/test/e2e/testbackend v0.0.0
8+
github.com/eclipse/paho.mqtt.golang v1.3.5
89
github.com/gavv/httpexpect/v2 v2.3.1
910
github.com/gorilla/websocket v1.4.2
1011
github.com/gruntwork-io/terratest v0.32.8

test/e2e/suite-plugins/mqtt-proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"fmt"
2020
"time"
2121

22-
"github.com/onsi/ginkgo"
22+
ginkgo "github.com/onsi/ginkgo/v2"
2323
"github.com/stretchr/testify/assert"
2424

2525
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"

0 commit comments

Comments
 (0)