From 15777276d7c3bdcfe5e937e2ae14a40f4a09f79d Mon Sep 17 00:00:00 2001 From: Abdulsametileri Date: Fri, 1 Sep 2023 07:19:24 +0300 Subject: [PATCH] chore: bump dependencies for integration test go module --- test/integration/go.mod | 2 +- test/integration/go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/integration/go.mod b/test/integration/go.mod index d571959..6d5572b 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -10,7 +10,7 @@ require ( ) require ( - github.com/Trendyol/kafka-cronsumer v1.2.3 // indirect + github.com/Trendyol/kafka-cronsumer v1.3.3 // indirect github.com/andybalholm/brotli v1.0.5 // indirect github.com/ansrivas/fiberprometheus/v2 v2.6.1 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/test/integration/go.sum b/test/integration/go.sum index 5ecb029..9622db8 100644 --- a/test/integration/go.sum +++ b/test/integration/go.sum @@ -1,7 +1,5 @@ -github.com/Trendyol/kafka-cronsumer v1.2.3 h1:NGZRvFs/RjyK7voCMWbyg17/H1n2OF3Yt8sVwsAyw/E= -github.com/Trendyol/kafka-cronsumer v1.2.3/go.mod h1:VpweJmKY+6dppFhzWOZDbZfxBNuJkSxB12CcuZWBNFU= -github.com/Trendyol/kafka-konsumer v1.3.4 h1:n2aAJ2azhQ9199n3weJx5MHiN3/WMLkRgo9XrNepCSA= -github.com/Trendyol/kafka-konsumer v1.3.4/go.mod h1:yQdYQA8JXQSQuPYa52u5ss4EfKUYxTnlD0+2vTsxOoU= +github.com/Trendyol/kafka-cronsumer v1.3.3 h1:KNlX/L4bDkpNAXTqHUQNrnkC/kauL6djKp0tuOFny8Y= +github.com/Trendyol/kafka-cronsumer v1.3.3/go.mod h1:VpweJmKY+6dppFhzWOZDbZfxBNuJkSxB12CcuZWBNFU= github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs= github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/ansrivas/fiberprometheus/v2 v2.6.1 h1:wac3pXaE6BYYTF04AC6K0ktk6vCD+MnDOJZ3SK66kXM=