2021-10-03 18:30:56 +03:00
|
|
|
module go.unistack.org/micro-broker-kgo/v3
|
2021-07-10 23:41:21 +03:00
|
|
|
|
2024-09-20 18:05:20 +03:00
|
|
|
go 1.22
|
2024-04-13 02:24:16 +03:00
|
|
|
|
2024-09-20 18:05:20 +03:00
|
|
|
toolchain go1.23.1
|
2021-07-10 23:41:21 +03:00
|
|
|
|
|
|
|
require (
|
2024-02-21 15:08:58 +03:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-09-20 18:05:20 +03:00
|
|
|
github.com/twmb/franz-go v1.17.1
|
|
|
|
github.com/twmb/franz-go/pkg/kadm v1.13.0
|
|
|
|
github.com/twmb/franz-go/pkg/kmsg v1.8.0
|
2024-10-12 12:45:53 +03:00
|
|
|
go.opentelemetry.io/otel v1.31.0
|
|
|
|
go.unistack.org/micro/v3 v3.10.97
|
2021-07-10 23:41:21 +03:00
|
|
|
)
|
2022-04-05 15:38:10 +03:00
|
|
|
|
|
|
|
require (
|
2024-10-12 12:45:53 +03:00
|
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
|
|
github.com/KimMachineGun/automemlimit v0.6.1 // indirect
|
|
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
|
|
|
github.com/containerd/cgroups/v3 v3.0.1 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
2024-03-07 00:46:24 +03:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
2024-10-12 12:45:53 +03:00
|
|
|
github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
2024-09-20 18:05:20 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
2024-10-12 12:45:53 +03:00
|
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
|
|
|
|
google.golang.org/grpc v1.67.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
2022-04-05 15:38:10 +03:00
|
|
|
)
|