Skip to content

Commit 48b1ab3

Browse files
committed
Fix test imports
1 parent 0836cbf commit 48b1ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy/tls_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"bytes"
55
"crypto/x509"
66
"github.com/grepplabs/kafka-proxy/config"
7+
"github.com/pkg/errors"
78
"github.com/stretchr/testify/assert"
89
"io"
9-
"k8s.io/ingress/core/pkg/ingress/errors"
1010
"net"
1111
"os"
1212
"testing"

proxy/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"crypto/x509/pkix"
99
"encoding/pem"
1010
"github.com/grepplabs/kafka-proxy/config"
11+
"github.com/pkg/errors"
1112
"io/ioutil"
12-
"k8s.io/ingress/core/pkg/ingress/errors"
1313
"math/big"
1414
"net"
1515
"os"

0 commit comments

Comments
 (0)