File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 5454 github.com/segmentio/kafka-go v0.4.30
5555 github.com/googleapis/gax-go/v2 v2.7.0
5656 github.com/gocql/gocql v1.5.0
57- github.com/IBM/sarama v1.46.3
5857 )
5958 EOF
6059
@@ -159,7 +158,6 @@ jobs:
159158 github.com/segmentio/kafka-go v0.4.30
160159 github.com/googleapis/gax-go/v2 v2.7.0
161160 github.com/gocql/gocql v1.5.0
162- github.com/IBM/sarama v1.46.3
163161 )
164162
165163 EOF
@@ -265,7 +263,6 @@ jobs:
265263 github.com/segmentio/kafka-go v0.4.30
266264 github.com/googleapis/gax-go/v2 v2.7.0
267265 github.com/gocql/gocql v1.5.0
268- github.com/IBM/sarama v1.46.3
269266 )
270267
271268 "@
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
1010 _ "github.com/go-sql-driver/mysql"
1111 _ "github.com/golang/protobuf/proto"
1212 _ "google.golang.org/grpc"
13- _ "github.com/IBM/sarama"
1413 _ "github.com/elastic/go-elasticsearch/v8"
1514 _ "github.com/hashicorp/terraform/helper/schema"
1615 _ "go.uber.org/zap"
Original file line number Diff line number Diff line change @@ -30,5 +30,4 @@ require (
3030 github.com/segmentio/kafka-go v0.4.30
3131 github.com/googleapis/gax-go/v2 v2.7.0
3232 github.com/gocql/gocql v1.5.0
33- github.com/IBM/sarama v1.46.3
3433)
You can’t perform that action at this time.
0 commit comments