File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
7979 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
8080 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 // indirect
8181 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
82- github.com/IBM/sarama v1.50.2 // indirect
82+ github.com/IBM/sarama v1.50.3 // indirect
8383 github.com/Jeffail/checkpoint v1.1.0 // indirect
8484 github.com/Jeffail/gabs/v2 v2.7.0 // indirect
8585 github.com/Jeffail/grok v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -253,8 +253,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0
253253github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0 /go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA =
254254github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 h1:0s6TxfCu2KHkkZPnBfsQ2y5qia0jl3MMrmBhu3nCOYk =
255255github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 /go.mod h1:Mf6O40IAyB9zR/1J8nGDDPirZQQPbYJni8Yisy7NTMc =
256- github.com/IBM/sarama v1.50.2 h1:Pp8T5SmQl/eeF4RU8zmmO7afo1+v+hltagOX0lkK4uI =
257- github.com/IBM/sarama v1.50.2 /go.mod h1:dY2DVtbyI34f4i6FrJnclUMA2YHM+rbb1H+uzARqrmM =
256+ github.com/IBM/sarama v1.50.3 h1:zpY2iZYmt+z+0Bo3aYF+cD48OBt2hIgiDPZUuZKTXcc =
257+ github.com/IBM/sarama v1.50.3 /go.mod h1:Jo4MSfdDT3ycmQj7/ab8eLZwnvwCKZm/8H7SCbtyo8U =
258258github.com/Jeffail/checkpoint v1.1.0 h1:xcjJV5Eli6hFwD5r0WDhqszNniWDlGRjbiWCY+CE994 =
259259github.com/Jeffail/checkpoint v1.1.0 /go.mod h1:wzqZ22J7jgpf+sNf6Um6xn7ufB/ashFkkSVu9anzmSY =
260260github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 entgo.io/ent v0.14.6
1111 github.com/AppsFlyer/go-sundheit v0.6.0
1212 github.com/ClickHouse/clickhouse-go/v2 v2.46.0
13- github.com/IBM/sarama v1.50.2
13+ github.com/IBM/sarama v1.50.3
1414 github.com/ThreeDotsLabs/watermill v1.5.2
1515 github.com/ThreeDotsLabs/watermill-kafka/v3 v3.1.2
1616 github.com/XSAM/otelsql v0.42.0
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/ClickHouse/clickhouse-go/v2 v2.46.0 h1:s3eRy+hYmu5uzotB6ZhDofgHu8kDgG
1616github.com/ClickHouse/clickhouse-go/v2 v2.46.0 /go.mod h1:giJfUVlMkcfUEPVfRpt51zZaGEx9i17gCos8gBl392c =
1717github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU =
1818github.com/DATA-DOG/go-sqlmock v1.5.2 /go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU =
19- github.com/IBM/sarama v1.50.2 h1:Pp8T5SmQl/eeF4RU8zmmO7afo1+v+hltagOX0lkK4uI =
20- github.com/IBM/sarama v1.50.2 /go.mod h1:dY2DVtbyI34f4i6FrJnclUMA2YHM+rbb1H+uzARqrmM =
19+ github.com/IBM/sarama v1.50.3 h1:zpY2iZYmt+z+0Bo3aYF+cD48OBt2hIgiDPZUuZKTXcc =
20+ github.com/IBM/sarama v1.50.3 /go.mod h1:Jo4MSfdDT3ycmQj7/ab8eLZwnvwCKZm/8H7SCbtyo8U =
2121github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
2222github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
2323github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
You can’t perform that action at this time.
0 commit comments