File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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/Shopify /sarama v1.46.3
57+ github.com/IBM /sarama v1.46.3
5858 )
5959 EOF
6060
@@ -159,7 +159,7 @@ jobs:
159159 github.com/segmentio/kafka-go v0.4.30
160160 github.com/googleapis/gax-go/v2 v2.7.0
161161 github.com/gocql/gocql v1.5.0
162- github.com/Shopify /sarama v1.46.3
162+ github.com/IBM /sarama v1.46.3
163163 )
164164
165165 EOF
@@ -265,7 +265,7 @@ jobs:
265265 github.com/segmentio/kafka-go v0.4.30
266266 github.com/googleapis/gax-go/v2 v2.7.0
267267 github.com/gocql/gocql v1.5.0
268- github.com/Shopify /sarama v1.46.3
268+ github.com/IBM /sarama v1.46.3
269269 )
270270
271271 "@
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 _ "github.com/go-sql-driver/mysql"
1111 _ "github.com/golang/protobuf/proto"
1212 _ "google.golang.org/grpc"
13- _ "github.com/Shopify /sarama"
13+ _ "github.com/IBM /sarama"
1414 _ "github.com/elastic/go-elasticsearch/v8"
1515 _ "github.com/hashicorp/terraform/helper/schema"
1616 _ "go.uber.org/zap"
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ 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/Shopify /sarama v1.46.3
34- )
33+ github.com/IBM /sarama v1.46.3
34+ )
You can’t perform that action at this time.
0 commit comments