File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pactflow/example-provider-golang
33go 1.25.0
44
55require (
6- github.com/confluentinc/confluent-kafka-go/v2 v2.11.1
6+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3
77 github.com/gin-gonic/gin v1.12.0
88 github.com/pact-foundation/pact-go/v2 v2.4.2
99 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 h1:VKnMT71Tl0dCp3lfGBp2D8eq
7070github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
7171github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 h1:qGCQznyp2BxyBNyOE+M7O1YS2tI1/Y60O0jQP452zA4 =
7272github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
73+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 h1:8HzftqswgcQDX/4WkUMDgC4mPmpq8ZrYIzS0Fm5BKWs =
74+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 /go.mod h1:aR1aciwbULyLhKkv9eq88JhS4XmGOusEnHZx1R93XZI =
7375github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro =
7476github.com/containerd/console v1.0.4 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
7577github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pactflow/example-provider-golang
33go 1.25.0
44
55require (
6- github.com/confluentinc/confluent-kafka-go/v2 v2.11.1
6+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3
77 github.com/gin-gonic/gin v1.12.0
88 github.com/google/uuid v1.6.0
99 github.com/pact-foundation/pact-go/v2 v2.4.2
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 h1:VKnMT71Tl0dCp3lfGBp2D8eq
7070github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
7171github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 h1:qGCQznyp2BxyBNyOE+M7O1YS2tI1/Y60O0jQP452zA4 =
7272github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
73+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 h1:8HzftqswgcQDX/4WkUMDgC4mPmpq8ZrYIzS0Fm5BKWs =
74+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 /go.mod h1:aR1aciwbULyLhKkv9eq88JhS4XmGOusEnHZx1R93XZI =
7375github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro =
7476github.com/containerd/console v1.0.4 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
7577github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao =
You can’t perform that action at this time.
0 commit comments