Update httpexpect package name

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-24 13:52:05 -04:00
parent 53995758b3
commit 53fbaaf6bc
2 changed files with 2 additions and 2 deletions

View file

@ -19,9 +19,9 @@ package defaultbackend
import ( import (
"net/http" "net/http"
"github.com/gavv/httpexpect/v2"
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"gopkg.in/gavv/httpexpect.v2"
"k8s.io/ingress-nginx/test/e2e/framework" "k8s.io/ingress-nginx/test/e2e/framework"
) )

View file

@ -21,10 +21,10 @@ import (
"strings" "strings"
"time" "time"
"github.com/gavv/httpexpect/v2"
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"gopkg.in/gavv/httpexpect.v2"
appsv1 "k8s.io/api/apps/v1" appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1" v1 "k8s.io/api/core/v1"
networking "k8s.io/api/networking/v1beta1" networking "k8s.io/api/networking/v1beta1"