Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
K4L1Ma committed Dec 3, 2020
1 parent 93887db commit c45a20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ github.com/Shopify/sarama v1.23.1 h1:XxJBCZEoWJtoWjf/xRbmGUpAmTZGnuuF0ON0EvxxBrs
github.com/Shopify/sarama v1.23.1/go.mod h1:XLH1GYJnLVE0XCr6KdJGVJRTwY30moWNJ4sERjXX6fs=
github.com/Shopify/toxiproxy v2.1.4+incompatible h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/chiguirez/kfk v1.0.0 h1:yP9YfqppSiN+ALKLsLNY1DUyWGwXutuMbzVCAaiwofs=
github.com/chiguirez/kfk/v2 v2.1.5 h1:WozpsLlvSqUhgdeT1PXbcSvzVz1lbGmHm/5H3chZIjI=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
6 changes: 3 additions & 3 deletions kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/Shopify/sarama"
"github.com/stretchr/testify/suite"

"github.com/chiguirez/kfk/v2/consumer"
"github.com/chiguirez/kfk/v2/consumer/handler"
"github.com/chiguirez/kfk/v2/producer"
"github.com/chiguirez/kfk/v3/consumer"
"github.com/chiguirez/kfk/v3/consumer/handler"
"github.com/chiguirez/kfk/v3/producer"
)

type kfkSuite struct {
Expand Down

0 comments on commit c45a20a

Please sign in to comment.