sync
Some checks failed
lint / lint (pull_request) Failing after 1m58s
coverage / build (pull_request) Failing after 2m13s
test / test (pull_request) Successful in 2m51s

This commit is contained in:
Evstigneev Denis
2025-09-23 10:36:00 +03:00
parent c142d4ef80
commit 6a34b55fdc
3 changed files with 34 additions and 32 deletions

20
go.mod
View File

@@ -1,15 +1,15 @@
module go.unistack.org/micro-broker-kgo/v3
go 1.23.8
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.11.1
github.com/twmb/franz-go v1.19.5
github.com/twmb/franz-go/pkg/kadm v1.16.0
github.com/twmb/franz-go/pkg/kadm v1.16.1
github.com/twmb/franz-go/pkg/kmsg v1.11.2
go.opentelemetry.io/otel v1.34.0
go.unistack.org/micro/v3 v3.11.44
go.opentelemetry.io/otel v1.38.0
go.unistack.org/micro/v3 v3.11.45
)
require (
@@ -21,10 +21,10 @@ require (
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/sys v0.33.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
google.golang.org/grpc v1.73.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/sys v0.36.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
google.golang.org/grpc v1.75.1 // indirect
google.golang.org/protobuf v1.36.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)