corrected by comments
Some checks failed
test / test (pull_request) Failing after 14m30s
lint / lint (pull_request) Failing after 14m42s
coverage / build (pull_request) Failing after 14m48s

This commit is contained in:
Evstigneev Denis
2025-12-10 15:29:55 +03:00
parent bd97d3416e
commit 2919dd5994
3 changed files with 20 additions and 27 deletions

8
go.mod
View File

@@ -1,15 +1,15 @@
module go.unistack.org/micro-broker-kgo/v4
go 1.24.0
go 1.25
require (
github.com/stretchr/testify v1.11.1
github.com/twmb/franz-go v1.20.2
github.com/twmb/franz-go v1.20.5
github.com/twmb/franz-go/pkg/kadm v1.17.1
github.com/twmb/franz-go/pkg/kfake v0.0.0-20250508175730-72e1646135e3
github.com/twmb/franz-go/pkg/kmsg v1.12.0
go.opentelemetry.io/otel v1.38.0
go.unistack.org/micro/v4 v4.1.24
go.unistack.org/micro/v4 v4.1.25
)
require (
@@ -21,7 +21,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/cast v1.10.0 // indirect
go.unistack.org/micro-proto/v4 v4.1.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)