File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/pactflow/example-provider-golang
22
3- go 1.23.0
3+ go 1.24.3
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.10.1
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 @@ -62,6 +62,8 @@ github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 h1:VKnMT71Tl0dCp3lfGBp2D8eq
6262github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
6363github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 h1:qGCQznyp2BxyBNyOE+M7O1YS2tI1/Y60O0jQP452zA4 =
6464github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
65+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 h1:8HzftqswgcQDX/4WkUMDgC4mPmpq8ZrYIzS0Fm5BKWs =
66+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 /go.mod h1:aR1aciwbULyLhKkv9eq88JhS4XmGOusEnHZx1R93XZI =
6567github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro =
6668github.com/containerd/console v1.0.4 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
6769github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao =
Original file line number Diff line number Diff line change 11module github.com/pactflow/example-provider-golang
22
3- go 1.23.0
3+ go 1.24.3
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.10.1
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 @@ -62,6 +62,8 @@ github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 h1:VKnMT71Tl0dCp3lfGBp2D8eq
6262github.com/confluentinc/confluent-kafka-go/v2 v2.6.0 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
6363github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 h1:qGCQznyp2BxyBNyOE+M7O1YS2tI1/Y60O0jQP452zA4 =
6464github.com/confluentinc/confluent-kafka-go/v2 v2.11.1 /go.mod h1:hScqtFIGUI1wqHIgM3mjoqEou4VweGGGX7dMpcUKves =
65+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 h1:8HzftqswgcQDX/4WkUMDgC4mPmpq8ZrYIzS0Fm5BKWs =
66+ github.com/confluentinc/confluent-kafka-go/v2 v2.13.3 /go.mod h1:aR1aciwbULyLhKkv9eq88JhS4XmGOusEnHZx1R93XZI =
6567github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro =
6668github.com/containerd/console v1.0.4 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
6769github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao =
You can’t perform that action at this time.
0 commit comments