49 lines
2.0 KiB
Modula-2
49 lines
2.0 KiB
Modula-2
module go.unistack.org/micro-broker-kgo/v3
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/twmb/franz-go v1.20.4
|
|
github.com/twmb/franz-go/pkg/kadm v1.17.1
|
|
github.com/twmb/franz-go/pkg/kfake v0.0.0-20251227070528-0c71f7e25fa1
|
|
github.com/twmb/franz-go/pkg/kmsg v1.12.0
|
|
go.opentelemetry.io/otel v1.38.0
|
|
go.unistack.org/micro-codec-jsonpb/v3 v3.10.6
|
|
go.unistack.org/micro-codec-proto/v3 v3.10.3
|
|
go.unistack.org/micro-wrapper-requestid/v3 v3.9.4
|
|
go.unistack.org/micro/v3 v3.11.48
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
github.com/KimMachineGun/automemlimit v0.6.1 // indirect
|
|
github.com/ash3in/uuidv8 v1.2.0 // indirect
|
|
github.com/cilium/ebpf v0.16.0 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.4 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/klauspost/compress v1.18.1 // indirect
|
|
github.com/matoous/go-nanoid v1.5.1 // indirect
|
|
github.com/moby/sys/userns v0.1.0 // indirect
|
|
github.com/opencontainers/runtime-spec v1.2.0 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
|
|
google.golang.org/grpc v1.76.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|