Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/proud-koala-glide.md

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ go.work.sum
.claude/
.cursor/
.tasks/

release-manifest.json
4 changes: 2 additions & 2 deletions examples/xkafka/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ replace (
require (
github.com/confluentinc/confluent-kafka-go/v2 v2.0.2
github.com/gojekfarm/xrun v0.3.0
github.com/gojekfarm/xtools/xkafka v0.10.0
github.com/gojekfarm/xtools/xkafka/middleware/zerolog v0.10.0
github.com/gojekfarm/xtools/xkafka v0.11.0
github.com/gojekfarm/xtools/xkafka/middleware/zerolog v0.10.1
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.29.0
github.com/urfave/cli/v2 v2.23.7
Expand Down
2 changes: 1 addition & 1 deletion xkafka/middleware/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25
replace github.com/gojekfarm/xtools/xkafka => ../

require (
github.com/gojekfarm/xtools/xkafka v0.10.0
github.com/gojekfarm/xtools/xkafka v0.11.0
github.com/stretchr/testify v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion xkafka/middleware/retry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/gojekfarm/xtools/xkafka => ../../

require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/gojekfarm/xtools/xkafka v0.10.0
github.com/gojekfarm/xtools/xkafka v0.11.0
github.com/stretchr/testify v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion xkafka/middleware/zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25
replace github.com/gojekfarm/xtools/xkafka => ../../

require (
github.com/gojekfarm/xtools/xkafka v0.10.0
github.com/gojekfarm/xtools/xkafka v0.11.0
github.com/rs/zerolog v1.29.0
github.com/stretchr/testify v1.8.1
)
Expand Down
2 changes: 1 addition & 1 deletion xprom/xpromkafka/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace (
)

require (
github.com/gojekfarm/xtools/xkafka v0.10.0
github.com/gojekfarm/xtools/xkafka v0.11.0
github.com/gojekfarm/xtools/xprom/semconv v0.10.0
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.1
Expand Down