Skip to content

Commit

Permalink
go mod tidy for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmtszr committed Dec 9, 2023
1 parent d994372 commit d881a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/Trendyol/kafka-konsumer => ../..

require (
github.com/Trendyol/kafka-konsumer v0.0.0-00010101000000-000000000000
github.com/Trendyol/kafka-konsumer v1.8.8
github.com/segmentio/kafka-go v0.4.43
)

Expand Down
3 changes: 1 addition & 2 deletions test/integration/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github.com/Trendyol/kafka-cronsumer v1.4.5 h1:82MhKZi1tXqFMp2gpSiYaT4UyN6LxumIu6ZMC8yZ1JY=
github.com/Trendyol/kafka-cronsumer v1.4.5/go.mod h1:VpweJmKY+6dppFhzWOZDbZfxBNuJkSxB12CcuZWBNFU=
github.com/Trendyol/otel-kafka-konsumer v0.0.5 h1:i5Q6vR4ZRTtlb+uLimGJNBOQUiAtcbjn7Xc2FmPap/4=
github.com/Trendyol/otel-kafka-konsumer v0.0.5/go.mod h1:zdCaFclzRCO9fzcjxkHrWOB3I2+uTPrmkq4zczkD1F0=
github.com/Trendyol/otel-kafka-konsumer v0.0.6 h1:FFSft5lIA+kyH+hZW4bxt/xWG6J3PFUGzKZbjyf+fVM=
github.com/Trendyol/otel-kafka-konsumer v0.0.6/go.mod h1:zdCaFclzRCO9fzcjxkHrWOB3I2+uTPrmkq4zczkD1F0=
github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=
github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
Expand Down

0 comments on commit d881a8b

Please sign in to comment.